Html Css Color HEX #85212A Flame Red

📋 copy color: '#85212A'

red 133 ◦ green 33 ◦ blue 42

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

Shades of Flame Red #85212A

Tints of Flame Red #85212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 63.94%
G = 15.87%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85212A (or 0x85212A) is known color: Flame Red. HEX triplet: 85, 21 and 2A. RGB value is (133,33,42). Sum of RGB (Red+Green+Blue) = 133+33+42=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #85212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85212A is #7ADED5. Grayscale: #3F3F3F. Windows color (decimal): -8052438 or 2761093. OLE color: 2761093.

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

Color convert

RGB 133 33 42 -
CMYK 0 0.75 0.68 0.48
HSL 354.6º 0.6% 0.33% -
HSV(B) 354.6º 0.75% 0.52% -
XYZ 10.63 6.24 2.83 -
YUV 63.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 133 33 42 0 0.75 0.68 0.48 354.6 0.6 0.33
Hex 85 21 2A 0 4B 44 30 163 3C 21
Octal 205 41 52 0 113 104 60 543 74 41
Binary 10000101 100001 101010 0 1001011 1000100 110000 101100011 111100 100001

Color Harmonies of #85212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85212A

Black with #85212A

Text Example


Text Example

White with #85212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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