Html Css Color HEX #862D2F Flame Red

📋 copy color: '#862D2F'

red 134 ◦ green 45 ◦ blue 47

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

Shades of Flame Red #862D2F

Tints of Flame Red #862D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.91%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 59.29%
G = 19.91%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#862D2F (or 0x862D2F) is known color: Flame Red. HEX triplet: 86, 2D and 2F. RGB value is (134,45,47). Sum of RGB (Red+Green+Blue) = 134+45+47=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D2F is #79D2D0. Grayscale: #474747. Windows color (decimal): -7983825 or 3091846. OLE color: 3091846.

HSL color Cylindrical-coordinate representation of color #862D2F: hue angle of 358.65º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D2F is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 45 47 -
CMYK 0 0.66 0.65 0.47
HSL 358.65º 0.5% 0.35% -
HSV(B) 358.65º 0.66% 0.53% -
XYZ 11.28 7.15 3.47 -
YUV 71.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 134 45 47 0 0.66 0.65 0.47 358.65 0.5 0.35
Hex 86 2D 2F 0 42 41 2F 167 32 23
Octal 206 55 57 0 102 101 57 547 62 43
Binary 10000110 101101 101111 0 1000010 1000001 101111 101100111 110010 100011

Color Harmonies of #862D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D2F

Black with #862D2F

Text Example


Text Example

White with #862D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862D2F; }

 p { color: rgb(134,45,47); }

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

background-color css

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

 a { background-color: rgb(134,45,47); }

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

border-color css

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

 span { border-color: rgb(134,45,47); }

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