Html Css Color HEX #861618 Flame Red

📋 copy color: '#861618'

red 134 ◦ green 22 ◦ blue 24

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

Shades of Flame Red #861618

Tints of Flame Red #861618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 74.44%
G = 12.22%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#861618 (or 0x861618) is known color: Flame Red. HEX triplet: 86, 16 and 18. RGB value is (134,22,24). Sum of RGB (Red+Green+Blue) = 134+22+24=180 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.44% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 134 - color contains mainly: red. Hex color #861618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #861618 is #79E9E7. Grayscale: #373737. Windows color (decimal): -7989736 or 1578630. OLE color: 1578630.

HSL color Cylindrical-coordinate representation of color #861618: hue angle of 358.93º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861618 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 22 24 -
CMYK 0 0.84 0.82 0.47
HSL 358.93º 0.72% 0.31% -
HSV(B) 358.93º 0.84% 0.53% -
XYZ 10.28 5.71 1.42 -
YUV 55.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 134 22 24 0 0.84 0.82 0.47 358.93 0.72 0.31
Hex 86 16 18 0 54 52 2F 167 48 1F
Octal 206 26 30 0 124 122 57 547 110 37
Binary 10000110 10110 11000 0 1010100 1010010 101111 101100111 1001000 11111

Color Harmonies of #861618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861618

Black with #861618

Text Example


Text Example

White with #861618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861618; }

 p { color: rgb(134,22,24); }

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

background-color css

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

 a { background-color: rgb(134,22,24); }

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

border-color css

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

 span { border-color: rgb(134,22,24); }

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