Html Css Color HEX #871E29 Flame Red

📋 copy color: '#871E29'

red 135 ◦ green 30 ◦ blue 41

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

Shades of Flame Red #871E29

Tints of Flame Red #871E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.56%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 65.53%
G = 14.56%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#871E29 (or 0x871E29) is known color: Flame Red. HEX triplet: 87, 1E and 29. RGB value is (135,30,41). Sum of RGB (Red+Green+Blue) = 135+30+41=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871E29 is #78E1D6. Grayscale: #3E3E3E. Windows color (decimal): -7922135 or 2694791. OLE color: 2694791.

HSL color Cylindrical-coordinate representation of color #871E29: hue angle of 353.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #871E29 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 41 -
CMYK 0 0.78 0.70 0.47
HSL 353.71º 0.64% 0.32% -
HSV(B) 353.71º 0.78% 0.53% -
XYZ 10.86 6.24 2.73 -
YUV 62.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 135 30 41 0 0.78 0.70 0.47 353.71 0.64 0.32
Hex 87 1E 29 0 4E 46 2F 162 40 20
Octal 207 36 51 0 116 106 57 542 100 40
Binary 10000111 11110 101001 0 1001110 1000110 101111 101100010 1000000 100000

Color Harmonies of #871E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E29

Black with #871E29

Text Example


Text Example

White with #871E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871E29; }

 p { color: rgb(135,30,41); }

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

background-color css

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

 a { background-color: rgb(135,30,41); }

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

border-color css

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

 span { border-color: rgb(135,30,41); }

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