#DB4A23

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

Shades of Cinnabar #DB4A23

Tints of Cinnabar #DB4A23

Color information

#DB4A23 (or 0xDB4A23) is unknown color: approx Cinnabar. HEX triplet: DB, 4A and 23. RGB value is (219,74,35). Sum of RGB (Red+Green+Blue) = 219+74+35=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A23 is #24B5DC. Grayscale: #717171. Windows color (decimal): -2405853 or 2312923. OLE color: 2312923.

HSL color Cylindrical-coordinate representation of color #DB4A23: hue angle of 12.72º degrees, saturation: 0.72, 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 #DB4A23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB2197435-
CMYK00.660.840.14
HSL12.72º72.44%49.8%-
HSV(B)12.72º84.02%85.88%-
XYZ31.9720.083.78-
YUV112.9184.04203.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 66.77%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 35 (14.06% from 255) = 10.67%
R=66.77%
G=22.56%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219743500.660.840.1412.7272.4449.8
HexDB4A2304254Ed4832
Octal333112430102124161511062
Binary110110111001010100011010000101010100111011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4A23; }

 p { color: rgb(219,74,35); }

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

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

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

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

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

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

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