Html Css Color HEX #852227 Flame Red

📋 copy color: '#852227'

red 133 ◦ green 34 ◦ blue 39

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

Shades of Flame Red #852227

Tints of Flame Red #852227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 39 (15.63% from 255) = 18.93%

R = 64.56%
G = 16.5%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852227 (or 0x852227) is known color: Flame Red. HEX triplet: 85, 22 and 27. RGB value is (133,34,39). Sum of RGB (Red+Green+Blue) = 133+34+39=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852227 is #7ADDD8. Grayscale: #404040. Windows color (decimal): -8052185 or 2564741. OLE color: 2564741.

HSL color Cylindrical-coordinate representation of color #852227: hue angle of 356.97º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852227 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 39 -
CMYK 0 0.74 0.71 0.48
HSL 356.97º 0.59% 0.33% -
HSV(B) 356.97º 0.74% 0.52% -
XYZ 10.61 6.28 2.57 -
YUV 64.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 133 34 39 0 0.74 0.71 0.48 356.97 0.59 0.33
Hex 85 22 27 0 4A 47 30 165 3B 21
Octal 205 42 47 0 112 107 60 545 73 41
Binary 10000101 100010 100111 0 1001010 1000111 110000 101100101 111011 100001

Color Harmonies of #852227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852227

Black with #852227

Text Example


Text Example

White with #852227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852227; }

 p { color: rgb(133,34,39); }

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

background-color css

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

 a { background-color: rgb(133,34,39); }

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

border-color css

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

 span { border-color: rgb(133,34,39); }

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