Html Css Color HEX #852021 Flame Red

📋 copy color: '#852021'

red 133 ◦ green 32 ◦ blue 33

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

Shades of Flame Red #852021

Tints of Flame Red #852021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 33 (13.28% from 255) = 16.67%

R = 67.17%
G = 16.16%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#852021 (or 0x852021) is known color: Flame Red. HEX triplet: 85, 20 and 21. RGB value is (133,32,33). Sum of RGB (Red+Green+Blue) = 133+32+33=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #852021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852021 is #7ADFDE. Grayscale: #3E3E3E. Windows color (decimal): -8052703 or 2171013. OLE color: 2171013.

HSL color Cylindrical-coordinate representation of color #852021: hue angle of 359.41º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852021 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 33 -
CMYK 0 0.76 0.75 0.48
HSL 359.41º 0.61% 0.32% -
HSV(B) 359.41º 0.76% 0.52% -
XYZ 10.46 6.13 2.07 -
YUV 62.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 133 32 33 0 0.76 0.75 0.48 359.41 0.61 0.32
Hex 85 20 21 0 4C 4B 30 167 3D 20
Octal 205 40 41 0 114 113 60 547 75 40
Binary 10000101 100000 100001 0 1001100 1001011 110000 101100111 111101 100000

Color Harmonies of #852021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852021

Black with #852021

Text Example


Text Example

White with #852021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852021; }

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

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

background-color css

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

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

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

border-color css

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

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

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