#DB4342

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

Shades of Cinnabar #DB4342

Tints of Cinnabar #DB4342

Color information

#DB4342 (or 0xDB4342) is unknown color: approx Cinnabar. HEX triplet: DB, 43 and 42. RGB value is (219,67,66). Sum of RGB (Red+Green+Blue) = 219+67+66=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4342 is #24BCBD. Grayscale: #707070. Windows color (decimal): -2407614 or 4342747. OLE color: 4342747.

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

Color convert

RGB2196766-
CMYK00.690.700.14
HSL0.39º68%55.88%-
HSV(B)0.39º69.86%85.88%-
XYZ32.219.477.21-
YUV112.33101.86204.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 62.22%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 66 (26.17% from 255) = 18.75%
R=62.22%
G=19.03%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219676600.690.700.140.396855.88
HexDB434204546E04438
Octal333103102010510616010470
Binary1101101110000111000010010001011000110111001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4342; }

 p { color: rgb(219,67,66); }

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

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

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

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

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

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

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