Html Css Color HEX #85161C Flame Red

📋 copy color: '#85161C'

red 133 ◦ green 22 ◦ blue 28

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

Shades of Flame Red #85161C

Tints of Flame Red #85161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 72.68%
G = 12.02%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#85161C (or 0x85161C) is known color: Flame Red. HEX triplet: 85, 16 and 1C. RGB value is (133,22,28). Sum of RGB (Red+Green+Blue) = 133+22+28=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #85161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85161C is #7AE9E3. Grayscale: #373737. Windows color (decimal): -8055268 or 1840773. OLE color: 1840773.

HSL color Cylindrical-coordinate representation of color #85161C: hue angle of 356.76º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85161C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 28 -
CMYK 0 0.83 0.79 0.48
HSL 356.76º 0.72% 0.3% -
HSV(B) 356.76º 0.83% 0.52% -
XYZ 10.17 5.64 1.65 -
YUV 55.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 133 22 28 0 0.83 0.79 0.48 356.76 0.72 0.3
Hex 85 16 1C 0 53 4F 30 165 48 1E
Octal 205 26 34 0 123 117 60 545 110 36
Binary 10000101 10110 11100 0 1010011 1001111 110000 101100101 1001000 11110

Color Harmonies of #85161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85161C

Black with #85161C

Text Example


Text Example

White with #85161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85161C; }

 p { color: rgb(133,22,28); }

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

background-color css

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

 a { background-color: rgb(133,22,28); }

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

border-color css

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

 span { border-color: rgb(133,22,28); }

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