#812021

Color #812021 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #812021

Tints of Flame Red #812021

Color information

#812021 (or 0x812021) is unknown color: approx Flame Red. HEX triplet: 81, 20 and 21. RGB value is (129,32,33). Sum of RGB (Red+Green+Blue) = 129+32+33=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #812021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812021 is #7EDFDE. Grayscale: #3D3D3D. Windows color (decimal): -8314847 or 2171009. OLE color: 2171009.

HSL color Cylindrical-coordinate representation of color #812021: hue angle of 359.38º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812021 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1293233-
CMYK00.750.740.49
HSL359.38º60.25%31.57%-
HSV(B)359.38º75.19%50.59%-
XYZ9.845.812.04-
YUV61.12112.14176.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=66.49%
G=16.49%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129323300.750.740.49359.3860.2531.57
Hex81202104B4A311673c20
Octal20140410113112615477440
Binary10000001100000100001010010111001010110001101100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812021; }

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

 H1.HeaderClassName
 {
   color: #812021;
 }
 .AnyTagClassName
 {
   color: #812021;
 }
</style>
background-color css

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

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

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

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

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

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