#901524

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

Shades of Flame Red #901524

Tints of Flame Red #901524

Color information

#901524 (or 0x901524) is unknown color: approx Flame Red. HEX triplet: 90, 15 and 24. RGB value is (144,21,36). Sum of RGB (Red+Green+Blue) = 144+21+36=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #901524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901524 is #6FEADB. Grayscale: #3B3B3B. Windows color (decimal): -7334620 or 2364816. OLE color: 2364816.

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

Color convert

RGB1442136-
CMYK00.850.750.44
HSL352.68º74.55%32.35%-
HSV(B)352.68º85.42%56.47%-
XYZ12.096.592.3-
YUV59.49114.75188.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 71.64%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=71.64%
G=10.45%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144213600.850.750.44352.6874.5532.35
Hex9015240554B2C1614b20
Octal220254401251135454111340
Binary10010000101011001000101010110010111011001011000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901524; }

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

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

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

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

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

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

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

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