#DB4444

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

Shades of Cinnabar #DB4444

Tints of Cinnabar #DB4444

Color information

#DB4444 (or 0xDB4444) is unknown color: approx Cinnabar. HEX triplet: DB, 44 and 44. RGB value is (219,68,68). Sum of RGB (Red+Green+Blue) = 219+68+68=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4444 is #24BBBB. Grayscale: #717171. Windows color (decimal): -2407356 or 4474075. OLE color: 4474075.

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

Color convert

RGB2196868-
CMYK00.690.690.14
HSL67.71%56.27%-
HSV(B)68.95%85.88%-
XYZ32.3219.617.55-
YUV113.15102.53203.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 61.69%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 68 (26.95% from 255) = 19.15%
R=61.69%
G=19.15%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219686800.690.690.14067.7156.27
HexDB444404545E04438
Octal333104104010510516010470
Binary1101101110001001000100010001011000101111001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4444; }

 p { color: rgb(219,68,68); }

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

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

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

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

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

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

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