#911A24

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

Shades of Flame Red #911A24

Tints of Flame Red #911A24

Color information

#911A24 (or 0x911A24) is unknown color: approx Flame Red. HEX triplet: 91, 1A and 24. RGB value is (145,26,36). Sum of RGB (Red+Green+Blue) = 145+26+36=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #911A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911A24 is #6EE5DB. Grayscale: #3E3E3E. Windows color (decimal): -7267804 or 2366097. OLE color: 2366097.

HSL color Cylindrical-coordinate representation of color #911A24: hue angle of 354.96º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A24 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1452636-
CMYK00.820.750.43
HSL354.96º69.59%33.53%-
HSV(B)354.96º82.07%56.86%-
XYZ12.366.892.35-
YUV62.72112.92186.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.05%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 36 (14.45% from 255) = 17.39%
R=70.05%
G=12.56%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145263600.820.750.43354.9669.5933.53
Hex911A240524B2B1634622
Octal221324401221135354310642
Binary10010001110101001000101001010010111010111011000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911A24; }

 p { color: rgb(145,26,36); }

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

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

 a { background-color: rgb(145,26,36); }

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

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

 span { border-color: rgb(145,26,36); }

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