Html Css Color HEX #85222D Flame Red

📋 copy color: '#85222D'

red 133 ◦ green 34 ◦ blue 45

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

Shades of Flame Red #85222D

Tints of Flame Red #85222D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 62.74%
G = 16.04%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85222D (or 0x85222D) is known color: Flame Red. HEX triplet: 85, 22 and 2D. RGB value is (133,34,45). Sum of RGB (Red+Green+Blue) = 133+34+45=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85222D is #7ADDD2. Grayscale: #404040. Windows color (decimal): -8052179 or 2957957. OLE color: 2957957.

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

Color convert

RGB 133 34 45 -
CMYK 0 0.74 0.66 0.48
HSL 353.33º 0.59% 0.33% -
HSV(B) 353.33º 0.74% 0.52% -
XYZ 10.72 6.32 3.14 -
YUV 64.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 133 34 45 0 0.74 0.66 0.48 353.33 0.59 0.33
Hex 85 22 2D 0 4A 42 30 161 3B 21
Octal 205 42 55 0 112 102 60 541 73 41
Binary 10000101 100010 101101 0 1001010 1000010 110000 101100001 111011 100001

Color Harmonies of #85222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85222D

Black with #85222D

Text Example


Text Example

White with #85222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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