Html Css Color HEX #851718 Flame Red

📋 copy color: '#851718'

red 133 ◦ green 23 ◦ blue 24

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

Shades of Flame Red #851718

Tints of Flame Red #851718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 24 (9.77% from 255) = 13.33%

R = 73.89%
G = 12.78%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#851718 (or 0x851718) is known color: Flame Red. HEX triplet: 85, 17 and 18. RGB value is (133,23,24). Sum of RGB (Red+Green+Blue) = 133+23+24=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #851718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851718 is #7AE8E7. Grayscale: #383838. Windows color (decimal): -8055016 or 1578885. OLE color: 1578885.

HSL color Cylindrical-coordinate representation of color #851718: hue angle of 359.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851718 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 24 -
CMYK 0 0.83 0.82 0.48
HSL 359.45º 0.71% 0.31% -
HSV(B) 359.45º 0.83% 0.52% -
XYZ 10.14 5.67 1.42 -
YUV 56 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 133 23 24 0 0.83 0.82 0.48 359.45 0.71 0.31
Hex 85 17 18 0 53 52 30 167 47 1F
Octal 205 27 30 0 123 122 60 547 107 37
Binary 10000101 10111 11000 0 1010011 1010010 110000 101100111 1000111 11111

Color Harmonies of #851718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851718

Black with #851718

Text Example


Text Example

White with #851718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851718; }

 p { color: rgb(133,23,24); }

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

background-color css

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

 a { background-color: rgb(133,23,24); }

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

border-color css

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

 span { border-color: rgb(133,23,24); }

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