#9f1a23

Color #9F1A23 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9F1A23

Tints of Bright Red #9F1A23

Color information

#9F1A23 (or 0x9F1A23) is unknown color: approx Bright Red. HEX triplet: 9F, 1A and 23. RGB value is (159,26,35). Sum of RGB (Red+Green+Blue) = 159+26+35=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A23 is #60E5DC. Grayscale: #424242. Windows color (decimal): -6350301 or 2300575. OLE color: 2300575.

HSL color Cylindrical-coordinate representation of color #9F1A23: hue angle of 355.94º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A23 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1592635-
CMYK00.840.780.38
HSL355.94º71.89%36.27%-
HSV(B)355.94º83.65%62.35%-
XYZ14.978.232.39-
YUV66.79110.06193.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 72.27%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=72.27%
G=11.82%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159263500.840.780.38355.9471.8936.27
Hex9F1A230544E261644824
Octal237324301241164654411044
Binary10011111110101000110101010010011101001101011001001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1a23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9f1a23; }

 p { color: rgb(159,26,35); }

 H1.HeaderClassName
 {
   color: #9f1a23;
 }
 .AnyTagClassName
 {
   color: #9f1a23;
 }
</style>
background-color css

<style>
 a { background-color: #9f1a23; }

 a { background-color: rgb(159,26,35); }

 div.DivClassName
 {
   background-color: #9f1a23;
 }
 .BgClassName
 {
   background-color: #9f1a23;
 }
</style>
border-color css

<style>
 span { border-color: #9f1a23; }

 span { border-color: rgb(159,26,35); }

 td.TdClassName
 {
   border-color: #9f1a23;
 }
 .TagClassName
 {
   border-color: #9f1a23;
 }
</style>