#DB4629

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

Shades of Cinnabar #DB4629

Tints of Cinnabar #DB4629

Color information

#DB4629 (or 0xDB4629) is unknown color: approx Cinnabar. HEX triplet: DB, 46 and 29. RGB value is (219,70,41). Sum of RGB (Red+Green+Blue) = 219+70+41=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4629 is #24B9D6. Grayscale: #6F6F6F. Windows color (decimal): -2406871 or 2705115. OLE color: 2705115.

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

Color convert

RGB2197041-
CMYK00.680.810.14
HSL9.78º71.2%50.98%-
HSV(B)9.78º81.28%85.88%-
XYZ31.819.64.2-
YUV111.2488.36204.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.36%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=66.36%
G=21.21%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219704100.680.810.149.7871.250.98
HexDB462904451Ea4733
Octal333106510104121161210763
Binary110110111000110101001010001001010001111010101000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4629; }

 p { color: rgb(219,70,41); }

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

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

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

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

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

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

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