#DB4522

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

Shades of Cinnabar #DB4522

Tints of Cinnabar #DB4522

Color information

#DB4522 (or 0xDB4522) is unknown color: approx Cinnabar. HEX triplet: DB, 45 and 22. RGB value is (219,69,34). Sum of RGB (Red+Green+Blue) = 219+69+34=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4522 is #24BADD. Grayscale: #6E6E6E. Windows color (decimal): -2407134 or 2246107. OLE color: 2246107.

HSL color Cylindrical-coordinate representation of color #DB4522: hue angle of 11.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB4522 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB2196934-
CMYK00.680.840.14
HSL11.35º73.12%49.61%-
HSV(B)11.35º84.47%85.88%-
XYZ31.6319.433.6-
YUV109.8685.2205.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 68.01%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=68.01%
G=21.43%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219693400.680.840.1411.3573.1249.61
HexDB452204454Eb4932
Octal333105420104124161311162
Binary110110111000101100010010001001010100111010111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4522; }

 p { color: rgb(219,69,34); }

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

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

 a { background-color: rgb(219,69,34); }

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

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

 span { border-color: rgb(219,69,34); }

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