Html Css Color HEX #85222E Flame Red

📋 copy color: '#85222E'

red 133 ◦ green 34 ◦ blue 46

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

Shades of Flame Red #85222E

Tints of Flame Red #85222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.6%

R = 62.44%
G = 15.96%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85222E (or 0x85222E) is known color: Flame Red. HEX triplet: 85, 22 and 2E. RGB value is (133,34,46). Sum of RGB (Red+Green+Blue) = 133+34+46=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85222E is #7ADDD1. Grayscale: #414141. Windows color (decimal): -8052178 or 3023493. OLE color: 3023493.

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

Color convert

RGB 133 34 46 -
CMYK 0 0.74 0.65 0.48
HSL 352.73º 0.59% 0.33% -
HSV(B) 352.73º 0.74% 0.52% -
XYZ 10.74 6.33 3.24 -
YUV 64.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 133 34 46 0 0.74 0.65 0.48 352.73 0.59 0.33
Hex 85 22 2E 0 4A 41 30 161 3B 21
Octal 205 42 56 0 112 101 60 541 73 41
Binary 10000101 100010 101110 0 1001010 1000001 110000 101100001 111011 100001

Color Harmonies of #85222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85222E

Black with #85222E

Text Example


Text Example

White with #85222E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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