Html Css Color HEX #852229 Flame Red

📋 copy color: '#852229'

red 133 ◦ green 34 ◦ blue 41

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

Shades of Flame Red #852229

Tints of Flame Red #852229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 63.94%
G = 16.35%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852229 (or 0x852229) is known color: Flame Red. HEX triplet: 85, 22 and 29. RGB value is (133,34,41). Sum of RGB (Red+Green+Blue) = 133+34+41=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #852229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852229 is #7ADDD6. Grayscale: #404040. Windows color (decimal): -8052183 or 2695813. OLE color: 2695813.

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

Color convert

RGB 133 34 41 -
CMYK 0 0.74 0.69 0.48
HSL 355.76º 0.59% 0.33% -
HSV(B) 355.76º 0.74% 0.52% -
XYZ 10.65 6.29 2.75 -
YUV 64.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 133 34 41 0 0.74 0.69 0.48 355.76 0.59 0.33
Hex 85 22 29 0 4A 45 30 164 3B 21
Octal 205 42 51 0 112 105 60 544 73 41
Binary 10000101 100010 101001 0 1001010 1000101 110000 101100100 111011 100001

Color Harmonies of #852229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852229

Black with #852229

Text Example


Text Example

White with #852229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852229; }

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

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

background-color css

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

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

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

border-color css

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

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

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