Html Css Color HEX #861D28 Flame Red

📋 copy color: '#861D28'

red 134 ◦ green 29 ◦ blue 40

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

Shades of Flame Red #861D28

Tints of Flame Red #861D28

RGB

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

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

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

R = 66.01%
G = 14.29%
B = 19.7%

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

#861D28 (or 0x861D28) is known color: Flame Red. HEX triplet: 86, 1D and 28. RGB value is (134,29,40). Sum of RGB (Red+Green+Blue) = 134+29+40=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #861D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D28 is #79E2D7. Grayscale: #3D3D3D. Windows color (decimal): -7987928 or 2628998. OLE color: 2628998.

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

Color convert

RGB 134 29 40 -
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.65 6.1 2.62 -
YUV 61.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 134 29 40 0 0.78 0.70 0.47 353.71 0.64 0.32
Hex 86 1D 28 0 4E 46 2F 162 40 20
Octal 206 35 50 0 116 106 57 542 100 40
Binary 10000110 11101 101000 0 1001110 1000110 101111 101100010 1000000 100000

Color Harmonies of #861D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D28

Black with #861D28

Text Example


Text Example

White with #861D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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