#90181C

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

Shades of Flame Red #90181C

Tints of Flame Red #90181C

Color information

#90181C (or 0x90181C) is unknown color: approx Flame Red. HEX triplet: 90, 18 and 1C. RGB value is (144,24,28). Sum of RGB (Red+Green+Blue) = 144+24+28=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #90181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90181C is #6FE7E3. Grayscale: #3C3C3C. Windows color (decimal): -7333860 or 1841296. OLE color: 1841296.

HSL color Cylindrical-coordinate representation of color #90181C: hue angle of 358º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90181C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1442428-
CMYK00.830.810.44
HSL358º71.43%32.94%-
HSV(B)358º83.33%56.47%-
XYZ12.046.671.75-
YUV60.34109.76187.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 73.47%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=73.47%
G=12.24%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144242800.830.810.4435871.4332.94
Hex90181C053512C1664721
Octal220303401231215454610741
Binary1001000011000111000101001110100011011001011001101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90181C; }

 p { color: rgb(144,24,28); }

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

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

 a { background-color: rgb(144,24,28); }

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

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

 span { border-color: rgb(144,24,28); }

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