Html Css Color HEX #851D24 Flame Red

📋 copy color: '#851D24'

red 133 ◦ green 29 ◦ blue 36

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

Shades of Flame Red #851D24

Tints of Flame Red #851D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 67.17%
G = 14.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#851D24 (or 0x851D24) is known color: Flame Red. HEX triplet: 85, 1D and 24. RGB value is (133,29,36). Sum of RGB (Red+Green+Blue) = 133+29+36=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #851D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D24 is #7AE2DB. Grayscale: #3C3C3C. Windows color (decimal): -8053468 or 2366853. OLE color: 2366853.

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

Color convert

RGB 133 29 36 -
CMYK 0 0.78 0.73 0.48
HSL 355.96º 0.64% 0.32% -
HSV(B) 355.96º 0.78% 0.52% -
XYZ 10.43 5.99 2.28 -
YUV 60.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 133 29 36 0 0.78 0.73 0.48 355.96 0.64 0.32
Hex 85 1D 24 0 4E 49 30 164 40 20
Octal 205 35 44 0 116 111 60 544 100 40
Binary 10000101 11101 100100 0 1001110 1001001 110000 101100100 1000000 100000

Color Harmonies of #851D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D24

Black with #851D24

Text Example


Text Example

White with #851D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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