Html Css Color HEX #852224 Flame Red

📋 copy color: '#852224'

red 133 ◦ green 34 ◦ blue 36

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

Shades of Flame Red #852224

Tints of Flame Red #852224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.73%

R = 65.52%
G = 16.75%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#852224 (or 0x852224) is known color: Flame Red. HEX triplet: 85, 22 and 24. RGB value is (133,34,36). Sum of RGB (Red+Green+Blue) = 133+34+36=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #852224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852224 is #7ADDDB. Grayscale: #3F3F3F. Windows color (decimal): -8052188 or 2368133. OLE color: 2368133.

HSL color Cylindrical-coordinate representation of color #852224: hue angle of 358.79º 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 #852224 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 36 -
CMYK 0 0.74 0.73 0.48
HSL 358.79º 0.59% 0.33% -
HSV(B) 358.79º 0.74% 0.52% -
XYZ 10.56 6.26 2.32 -
YUV 63.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 133 34 36 0 0.74 0.73 0.48 358.79 0.59 0.33
Hex 85 22 24 0 4A 49 30 167 3B 21
Octal 205 42 44 0 112 111 60 547 73 41
Binary 10000101 100010 100100 0 1001010 1001001 110000 101100111 111011 100001

Color Harmonies of #852224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852224

Black with #852224

Text Example


Text Example

White with #852224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852224; }

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

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

background-color css

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

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

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

border-color css

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

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

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