Html Css Color HEX #85292F Flame Red

📋 copy color: '#85292F'

red 133 ◦ green 41 ◦ blue 47

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

Shades of Flame Red #85292F

Tints of Flame Red #85292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

 BLUE value IS 47 (18.75% from 255) = 21.27%

R = 60.18%
G = 18.55%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85292F (or 0x85292F) is known color: Flame Red. HEX triplet: 85, 29 and 2F. RGB value is (133,41,47). Sum of RGB (Red+Green+Blue) = 133+41+47=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #85292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85292F is #7AD6D0. Grayscale: #454545. Windows color (decimal): -8050385 or 3090821. OLE color: 3090821.

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

Color convert

RGB 133 41 47 -
CMYK 0 0.69 0.65 0.48
HSL 356.09º 0.53% 0.34% -
HSV(B) 356.09º 0.69% 0.52% -
XYZ 10.98 6.78 3.42 -
YUV 69.19 115.48 173.51 -
System Red Green Blue C M Y K H S L
Decimal 133 41 47 0 0.69 0.65 0.48 356.09 0.53 0.34
Hex 85 29 2F 0 45 41 30 164 35 22
Octal 205 51 57 0 105 101 60 544 65 42
Binary 10000101 101001 101111 0 1000101 1000001 110000 101100100 110101 100010

Color Harmonies of #85292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85292F

Black with #85292F

Text Example


Text Example

White with #85292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,41,47); }

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

background-color css

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

 a { background-color: rgb(133,41,47); }

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

border-color css

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

 span { border-color: rgb(133,41,47); }

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