Html Css Color HEX #852223 Flame Red

📋 copy color: '#852223'

red 133 ◦ green 34 ◦ blue 35

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

Shades of Flame Red #852223

Tints of Flame Red #852223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 65.84%
G = 16.83%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852223 (or 0x852223) is known color: Flame Red. HEX triplet: 85, 22 and 23. RGB value is (133,34,35). Sum of RGB (Red+Green+Blue) = 133+34+35=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #852223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852223 is #7ADDDC. Grayscale: #3F3F3F. Windows color (decimal): -8052189 or 2302597. OLE color: 2302597.

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

Color convert

RGB 133 34 35 -
CMYK 0 0.74 0.74 0.48
HSL 359.39º 0.59% 0.33% -
HSV(B) 359.39º 0.74% 0.52% -
XYZ 10.55 6.25 2.24 -
YUV 63.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 133 34 35 0 0.74 0.74 0.48 359.39 0.59 0.33
Hex 85 22 23 0 4A 4A 30 167 3B 21
Octal 205 42 43 0 112 112 60 547 73 41
Binary 10000101 100010 100011 0 1001010 1001010 110000 101100111 111011 100001

Color Harmonies of #852223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852223

Black with #852223

Text Example


Text Example

White with #852223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852223; }

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

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

background-color css

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

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

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

border-color css

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

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

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