#8A1F24

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

Shades of Flame Red #8A1F24

Tints of Flame Red #8A1F24

Color information

#8A1F24 (or 0x8A1F24) is unknown color: approx Flame Red. HEX triplet: 8A, 1F and 24. RGB value is (138,31,36). Sum of RGB (Red+Green+Blue) = 138+31+36=205 (27% of max value = 765). Red value is 138 (54.30% from 255 or 67.32% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1F24 is #75E0DB. Grayscale: #3F3F3F. Windows color (decimal): -7725276 or 2367370. OLE color: 2367370.

HSL color Cylindrical-coordinate representation of color #8A1F24: hue angle of 357.2º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F24 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB1383136-
CMYK00.780.740.46
HSL357.2º63.31%33.14%-
HSV(B)357.2º77.54%54.12%-
XYZ11.296.512.33-
YUV63.56112.45181.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 67.32%
GREEN value IS 31 (12.5% from 255) = 15.12%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=67.32%
G=15.12%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138313600.780.740.46357.263.3133.14
Hex8A1F2404E4A2E1653f21
Octal21237440116112565457741
Binary1000101011111100100010011101001010101110101100101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A1F24; }

 p { color: rgb(138,31,36); }

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

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

 a { background-color: rgb(138,31,36); }

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

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

 span { border-color: rgb(138,31,36); }

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