Html Css Color HEX #85171F Flame Red

📋 copy color: '#85171F'

red 133 ◦ green 23 ◦ blue 31

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

Shades of Flame Red #85171F

Tints of Flame Red #85171F

RGB

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

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

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

R = 71.12%
G = 12.3%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85171F (or 0x85171F) is known color: Flame Red. HEX triplet: 85, 17 and 1F. RGB value is (133,23,31). Sum of RGB (Red+Green+Blue) = 133+23+31=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #85171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85171F is #7AE8E0. Grayscale: #383838. Windows color (decimal): -8055009 or 2037637. OLE color: 2037637.

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

Color convert

RGB 133 23 31 -
CMYK 0 0.83 0.77 0.48
HSL 355.64º 0.71% 0.31% -
HSV(B) 355.64º 0.83% 0.52% -
XYZ 10.23 5.7 1.86 -
YUV 56.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 133 23 31 0 0.83 0.77 0.48 355.64 0.71 0.31
Hex 85 17 1F 0 53 4D 30 164 47 1F
Octal 205 27 37 0 123 115 60 544 107 37
Binary 10000101 10111 11111 0 1010011 1001101 110000 101100100 1000111 11111

Color Harmonies of #85171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85171F

Black with #85171F

Text Example


Text Example

White with #85171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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