Html Css Color HEX #861E29 Flame Red

📋 copy color: '#861E29'

red 134 ◦ green 30 ◦ blue 41

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

Shades of Flame Red #861E29

Tints of Flame Red #861E29

RGB

 RED value IS 134 (52.73% from 255) = 65.37%

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

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

R = 65.37%
G = 14.63%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#861E29 (or 0x861E29) is known color: Flame Red. HEX triplet: 86, 1E and 29. RGB value is (134,30,41). Sum of RGB (Red+Green+Blue) = 134+30+41=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #861E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E29 is #79E1D6. Grayscale: #3E3E3E. Windows color (decimal): -7987671 or 2694790. OLE color: 2694790.

HSL color Cylindrical-coordinate representation of color #861E29: hue angle of 353.65º degrees, saturation: 0.63, 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 #861E29 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 30 41 -
CMYK 0 0.78 0.69 0.47
HSL 353.65º 0.63% 0.32% -
HSV(B) 353.65º 0.78% 0.53% -
XYZ 10.7 6.16 2.72 -
YUV 62.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 134 30 41 0 0.78 0.69 0.47 353.65 0.63 0.32
Hex 86 1E 29 0 4E 45 2F 162 3F 20
Octal 206 36 51 0 116 105 57 542 77 40
Binary 10000110 11110 101001 0 1001110 1000101 101111 101100010 111111 100000

Color Harmonies of #861E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861E29

Black with #861E29

Text Example


Text Example

White with #861E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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