Html Css Color HEX #861C28 Flame Red

📋 copy color: '#861C28'

red 134 ◦ green 28 ◦ blue 40

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

Shades of Flame Red #861C28

Tints of Flame Red #861C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.86%

 BLUE value IS 40 (16.02% from 255) = 19.8%

R = 66.34%
G = 13.86%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#861C28 (or 0x861C28) is known color: Flame Red. HEX triplet: 86, 1C and 28. RGB value is (134,28,40). Sum of RGB (Red+Green+Blue) = 134+28+40=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #861C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861C28 is #79E3D7. Grayscale: #3D3D3D. Windows color (decimal): -7988184 or 2628742. OLE color: 2628742.

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

Color convert

RGB 134 28 40 -
CMYK 0 0.79 0.70 0.47
HSL 353.21º 0.65% 0.32% -
HSV(B) 353.21º 0.79% 0.53% -
XYZ 10.63 6.05 2.62 -
YUV 61.06 116.12 180.02 -
System Red Green Blue C M Y K H S L
Decimal 134 28 40 0 0.79 0.70 0.47 353.21 0.65 0.32
Hex 86 1C 28 0 4F 46 2F 161 41 20
Octal 206 34 50 0 117 106 57 541 101 40
Binary 10000110 11100 101000 0 1001111 1000110 101111 101100001 1000001 100000

Color Harmonies of #861C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861C28

Black with #861C28

Text Example


Text Example

White with #861C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,28,40); }

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

background-color css

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

 a { background-color: rgb(134,28,40); }

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

border-color css

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

 span { border-color: rgb(134,28,40); }

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