Html Css Color HEX #85212C Flame Red

📋 copy color: '#85212C'

red 133 ◦ green 33 ◦ blue 44

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

Shades of Flame Red #85212C

Tints of Flame Red #85212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

 BLUE value IS 44 (17.58% from 255) = 20.95%

R = 63.33%
G = 15.71%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85212C (or 0x85212C) is known color: Flame Red. HEX triplet: 85, 21 and 2C. RGB value is (133,33,44). Sum of RGB (Red+Green+Blue) = 133+33+44=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85212C is #7ADED3. Grayscale: #404040. Windows color (decimal): -8052436 or 2892165. OLE color: 2892165.

HSL color Cylindrical-coordinate representation of color #85212C: hue angle of 353.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85212C is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 44 -
CMYK 0 0.75 0.67 0.48
HSL 353.4º 0.6% 0.33% -
HSV(B) 353.4º 0.75% 0.52% -
XYZ 10.67 6.26 3.03 -
YUV 64.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 133 33 44 0 0.75 0.67 0.48 353.4 0.6 0.33
Hex 85 21 2C 0 4B 43 30 161 3C 21
Octal 205 41 54 0 113 103 60 541 74 41
Binary 10000101 100001 101100 0 1001011 1000011 110000 101100001 111100 100001

Color Harmonies of #85212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85212C

Black with #85212C

Text Example


Text Example

White with #85212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85212C; }

 p { color: rgb(133,33,44); }

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

background-color css

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

 a { background-color: rgb(133,33,44); }

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

border-color css

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

 span { border-color: rgb(133,33,44); }

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