Html Css Color HEX #85151F Flame Red

📋 copy color: '#85151F'

red 133 ◦ green 21 ◦ blue 31

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

Shades of Flame Red #85151F

Tints of Flame Red #85151F

RGB

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

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

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

R = 71.89%
G = 11.35%
B = 16.76%

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

#85151F (or 0x85151F) is known color: Flame Red. HEX triplet: 85, 15 and 1F. RGB value is (133,21,31). Sum of RGB (Red+Green+Blue) = 133+21+31=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85151F is #7AEAE0. Grayscale: #373737. Windows color (decimal): -8055521 or 2037125. OLE color: 2037125.

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

Color convert

RGB 133 21 31 -
CMYK 0 0.84 0.77 0.48
HSL 354.64º 0.73% 0.3% -
HSV(B) 354.64º 0.84% 0.52% -
XYZ 10.19 5.62 1.84 -
YUV 55.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 133 21 31 0 0.84 0.77 0.48 354.64 0.73 0.3
Hex 85 15 1F 0 54 4D 30 163 49 1E
Octal 205 25 37 0 124 115 60 543 111 36
Binary 10000101 10101 11111 0 1010100 1001101 110000 101100011 1001001 11110

Color Harmonies of #85151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85151F

Black with #85151F

Text Example


Text Example

White with #85151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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