Html Css Color HEX #85151E Flame Red

📋 copy color: '#85151E'

red 133 ◦ green 21 ◦ blue 30

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

Shades of Flame Red #85151E

Tints of Flame Red #85151E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

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

R = 72.28%
G = 11.41%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85151E (or 0x85151E) is known color: Flame Red. HEX triplet: 85, 15 and 1E. RGB value is (133,21,30). Sum of RGB (Red+Green+Blue) = 133+21+30=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85151E is #7AEAE1. Grayscale: #373737. Windows color (decimal): -8055522 or 1971589. OLE color: 1971589.

HSL color Cylindrical-coordinate representation of color #85151E: hue angle of 355.18º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85151E is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 30 -
CMYK 0 0.84 0.77 0.48
HSL 355.18º 0.73% 0.3% -
HSV(B) 355.18º 0.84% 0.52% -
XYZ 10.18 5.62 1.78 -
YUV 55.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 133 21 30 0 0.84 0.77 0.48 355.18 0.73 0.3
Hex 85 15 1E 0 54 4D 30 163 49 1E
Octal 205 25 36 0 124 115 60 543 111 36
Binary 10000101 10101 11110 0 1010100 1001101 110000 101100011 1001001 11110

Color Harmonies of #85151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85151E

Black with #85151E

Text Example


Text Example

White with #85151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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