Html Css Color HEX #852D31 Flame Red

📋 copy color: '#852D31'

red 133 ◦ green 45 ◦ blue 49

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

Shades of Flame Red #852D31

Tints of Flame Red #852D31

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 58.59%
G = 19.82%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#852D31 (or 0x852D31) is known color: Flame Red. HEX triplet: 85, 2D and 31. RGB value is (133,45,49). Sum of RGB (Red+Green+Blue) = 133+45+49=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D31 is #7AD2CE. Grayscale: #474747. Windows color (decimal): -8049359 or 3222917. OLE color: 3222917.

HSL color Cylindrical-coordinate representation of color #852D31: hue angle of 357.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D31 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 49 -
CMYK 0 0.66 0.63 0.48
HSL 357.27º 0.49% 0.35% -
HSV(B) 357.27º 0.66% 0.52% -
XYZ 11.17 7.09 3.68 -
YUV 71.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 133 45 49 0 0.66 0.63 0.48 357.27 0.49 0.35
Hex 85 2D 31 0 42 3F 30 165 31 23
Octal 205 55 61 0 102 77 60 545 61 43
Binary 10000101 101101 110001 0 1000010 111111 110000 101100101 110001 100011

Color Harmonies of #852D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D31

Black with #852D31

Text Example


Text Example

White with #852D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D31; }

 p { color: rgb(133,45,49); }

 H1.HeaderClassName
 {
   color: #852D31;
 }
 .AnyTagClassName
 {
   color: #852D31;
 }
</style>

background-color css

<style>
 a { background-color: #852D31; }

 a { background-color: rgb(133,45,49); }

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

border-color css

<style>
 span { border-color: #852D31; }

 span { border-color: rgb(133,45,49); }

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