Html Css Color HEX #861D24 Flame Red

📋 copy color: '#861D24'

red 134 ◦ green 29 ◦ blue 36

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

Shades of Flame Red #861D24

Tints of Flame Red #861D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

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

R = 67.34%
G = 14.57%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#861D24 (or 0x861D24) is known color: Flame Red. HEX triplet: 86, 1D and 24. RGB value is (134,29,36). Sum of RGB (Red+Green+Blue) = 134+29+36=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #861D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D24 is #79E2DB. Grayscale: #3D3D3D. Windows color (decimal): -7987932 or 2366854. OLE color: 2366854.

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

Color convert

RGB 134 29 36 -
CMYK 0 0.78 0.73 0.47
HSL 356º 0.64% 0.32% -
HSV(B) 356º 0.78% 0.53% -
XYZ 10.59 6.07 2.28 -
YUV 61.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 134 29 36 0 0.78 0.73 0.47 356 0.64 0.32
Hex 86 1D 24 0 4E 49 2F 164 40 20
Octal 206 35 44 0 116 111 57 544 100 40
Binary 10000110 11101 100100 0 1001110 1001001 101111 101100100 1000000 100000

Color Harmonies of #861D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D24

Black with #861D24

Text Example


Text Example

White with #861D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,29,36); }

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

background-color css

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

 a { background-color: rgb(134,29,36); }

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

border-color css

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

 span { border-color: rgb(134,29,36); }

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