Html Css Color HEX #872024 Flame Red

📋 copy color: '#872024'

red 135 ◦ green 32 ◦ blue 36

#872024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #872024

Tints of Flame Red #872024

RGB

 RED value IS 135 (53.13% from 255) = 66.5%

 GREEN value IS 32 (12.89% from 255) = 15.76%

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 66.5%
G = 15.76%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#872024 (or 0x872024) is known color: Flame Red. HEX triplet: 87, 20 and 24. RGB value is (135,32,36). Sum of RGB (Red+Green+Blue) = 135+32+36=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #872024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872024 is #78DFDB. Grayscale: #3F3F3F. Windows color (decimal): -7921628 or 2367623. OLE color: 2367623.

HSL color Cylindrical-coordinate representation of color #872024: hue angle of 357.67º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872024 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 36 -
CMYK 0 0.76 0.73 0.47
HSL 357.67º 0.62% 0.33% -
HSV(B) 357.67º 0.76% 0.53% -
XYZ 10.83 6.31 2.32 -
YUV 63.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 135 32 36 0 0.76 0.73 0.47 357.67 0.62 0.33
Hex 87 20 24 0 4C 49 2F 166 3E 21
Octal 207 40 44 0 114 111 57 546 76 41
Binary 10000111 100000 100100 0 1001100 1001001 101111 101100110 111110 100001

Color Harmonies of #872024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872024

Black with #872024

Text Example


Text Example

White with #872024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872024; }

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

 H1.HeaderClassName
 {
   color: #872024;
 }
 .AnyTagClassName
 {
   color: #872024;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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