Html Css Color HEX #85181F Flame Red

📋 copy color: '#85181F'

red 133 ◦ green 24 ◦ blue 31

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

Shades of Flame Red #85181F

Tints of Flame Red #85181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 70.74%
G = 12.77%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85181F (or 0x85181F) is known color: Flame Red. HEX triplet: 85, 18 and 1F. RGB value is (133,24,31). Sum of RGB (Red+Green+Blue) = 133+24+31=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #85181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85181F is #7AE7E0. Grayscale: #393939. Windows color (decimal): -8054753 or 2037893. OLE color: 2037893.

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

Color convert

RGB 133 24 31 -
CMYK 0 0.82 0.77 0.48
HSL 356.15º 0.69% 0.31% -
HSV(B) 356.15º 0.82% 0.52% -
XYZ 10.25 5.74 1.86 -
YUV 57.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 133 24 31 0 0.82 0.77 0.48 356.15 0.69 0.31
Hex 85 18 1F 0 52 4D 30 164 45 1F
Octal 205 30 37 0 122 115 60 544 105 37
Binary 10000101 11000 11111 0 1010010 1001101 110000 101100100 1000101 11111

Color Harmonies of #85181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85181F

Black with #85181F

Text Example


Text Example

White with #85181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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