#DE322A

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

Shades of Cinnabar #DE322A

Tints of Cinnabar #DE322A

Color information

#DE322A (or 0xDE322A) is unknown color: approx Cinnabar. HEX triplet: DE, 32 and 2A. RGB value is (222,50,42). Sum of RGB (Red+Green+Blue) = 222+50+42=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE322A is #21CDD5. Grayscale: #646464. Windows color (decimal): -2215382 or 2765534. OLE color: 2765534.

HSL color Cylindrical-coordinate representation of color #DE322A: hue angle of 2.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE322A is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB2225042-
CMYK00.770.810.13
HSL2.67º73.17%51.76%-
HSV(B)2.67º81.08%87.06%-
XYZ31.6817.983.99-
YUV100.5294.98214.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 70.70%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=70.70%
G=15.92%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222504200.770.810.132.6773.1751.76
HexDE322A04D51D34934
Octal3366252011512115311164
Binary110111101100101010100100110110100011101111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE322A; }

 p { color: rgb(222,50,42); }

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

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

 a { background-color: rgb(222,50,42); }

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

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

 span { border-color: rgb(222,50,42); }

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