Html Css Color HEX #851D1E Flame Red

📋 copy color: '#851D1E'

red 133 ◦ green 29 ◦ blue 30

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

Shades of Flame Red #851D1E

Tints of Flame Red #851D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 69.27%
G = 15.1%
B = 15.63%

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

#851D1E (or 0x851D1E) is known color: Flame Red. HEX triplet: 85, 1D and 1E. RGB value is (133,29,30). Sum of RGB (Red+Green+Blue) = 133+29+30=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #851D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D1E is #7AE2E1. Grayscale: #3C3C3C. Windows color (decimal): -8053474 or 1973637. OLE color: 1973637.

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

Color convert

RGB 133 29 30 -
CMYK 0 0.78 0.77 0.48
HSL 359.42º 0.64% 0.32% -
HSV(B) 359.42º 0.78% 0.52% -
XYZ 10.35 5.96 1.83 -
YUV 60.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 133 29 30 0 0.78 0.77 0.48 359.42 0.64 0.32
Hex 85 1D 1E 0 4E 4D 30 167 40 20
Octal 205 35 36 0 116 115 60 547 100 40
Binary 10000101 11101 11110 0 1001110 1001101 110000 101100111 1000000 100000

Color Harmonies of #851D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D1E

Black with #851D1E

Text Example


Text Example

White with #851D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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