Html Css Color HEX #861D1F Flame Red

📋 copy color: '#861D1F'

red 134 ◦ green 29 ◦ blue 31

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

Shades of Flame Red #861D1F

Tints of Flame Red #861D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 69.07%
G = 14.95%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#861D1F (or 0x861D1F) is known color: Flame Red. HEX triplet: 86, 1D and 1F. RGB value is (134,29,31). Sum of RGB (Red+Green+Blue) = 134+29+31=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #861D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D1F is #79E2E0. Grayscale: #3C3C3C. Windows color (decimal): -7987937 or 2039174. OLE color: 2039174.

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

Color convert

RGB 134 29 31 -
CMYK 0 0.78 0.77 0.47
HSL 358.86º 0.64% 0.32% -
HSV(B) 358.86º 0.78% 0.53% -
XYZ 10.52 6.05 1.91 -
YUV 60.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 134 29 31 0 0.78 0.77 0.47 358.86 0.64 0.32
Hex 86 1D 1F 0 4E 4D 2F 167 40 20
Octal 206 35 37 0 116 115 57 547 100 40
Binary 10000110 11101 11111 0 1001110 1001101 101111 101100111 1000000 100000

Color Harmonies of #861D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D1F

Black with #861D1F

Text Example


Text Example

White with #861D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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