#DB4732

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

Shades of Cinnabar #DB4732

Tints of Cinnabar #DB4732

Color information

#DB4732 (or 0xDB4732) is unknown color: approx Cinnabar. HEX triplet: DB, 47 and 32. RGB value is (219,71,50). Sum of RGB (Red+Green+Blue) = 219+71+50=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4732 is #24B8CD. Grayscale: #717171. Windows color (decimal): -2406606 or 3295195. OLE color: 3295195.

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

Color convert

RGB2197150-
CMYK00.680.770.14
HSL7.46º70.12%52.75%-
HSV(B)7.46º77.17%85.88%-
XYZ32.0419.85.15-
YUV112.8692.53203.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.41%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 50 (19.92% from 255) = 14.71%
R=64.41%
G=20.88%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219715000.680.770.147.4670.1252.75
HexDB47320444DE74635
Octal33310762010411516710665
Binary11011011100011111001001000100100110111101111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4732; }

 p { color: rgb(219,71,50); }

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

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

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

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

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

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

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