#902024

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

Shades of Flame Red #902024

Tints of Flame Red #902024

Color information

#902024 (or 0x902024) is unknown color: approx Flame Red. HEX triplet: 90, 20 and 24. RGB value is (144,32,36). Sum of RGB (Red+Green+Blue) = 144+32+36=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902024 is #6FDFDB. Grayscale: #424242. Windows color (decimal): -7331804 or 2367632. OLE color: 2367632.

HSL color Cylindrical-coordinate representation of color #902024: hue angle of 357.86º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902024 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB1443236-
CMYK00.780.750.44
HSL357.86º63.64%34.51%-
HSV(B)357.86º77.78%56.47%-
XYZ12.347.092.39-
YUV65.94111.11183.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.92%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=67.92%
G=15.09%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144323600.780.750.44357.8663.6434.51
Hex90202404E4B2C1664023
Octal220404401161135454610043
Binary100100001000001001000100111010010111011001011001101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902024; }

 p { color: rgb(144,32,36); }

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

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

 a { background-color: rgb(144,32,36); }

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

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

 span { border-color: rgb(144,32,36); }

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