Html Css Color HEX #851D1F Flame Red

📋 copy color: '#851D1F'

red 133 ◦ green 29 ◦ blue 31

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

Shades of Flame Red #851D1F

Tints of Flame Red #851D1F

RGB

 RED value IS 133 (52.34% from 255) = 68.91%

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

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

R = 68.91%
G = 15.03%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#851D1F (or 0x851D1F) is known color: Flame Red. HEX triplet: 85, 1D and 1F. RGB value is (133,29,31). Sum of RGB (Red+Green+Blue) = 133+29+31=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #851D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D1F is #7AE2E0. Grayscale: #3C3C3C. Windows color (decimal): -8053473 or 2039173. OLE color: 2039173.

HSL color Cylindrical-coordinate representation of color #851D1F: hue angle of 358.85º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D1F is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 31 -
CMYK 0 0.78 0.77 0.48
HSL 358.85º 0.64% 0.32% -
HSV(B) 358.85º 0.78% 0.52% -
XYZ 10.36 5.96 1.9 -
YUV 60.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 133 29 31 0 0.78 0.77 0.48 358.85 0.64 0.32
Hex 85 1D 1F 0 4E 4D 30 167 40 20
Octal 205 35 37 0 116 115 60 547 100 40
Binary 10000101 11101 11111 0 1001110 1001101 110000 101100111 1000000 100000

Color Harmonies of #851D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D1F

Black with #851D1F

Text Example


Text Example

White with #851D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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