#DB3D39

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

Shades of Cinnabar #DB3D39

Tints of Cinnabar #DB3D39

Color information

#DB3D39 (or 0xDB3D39) is unknown color: approx Cinnabar. HEX triplet: DB, 3D and 39. RGB value is (219,61,57). Sum of RGB (Red+Green+Blue) = 219+61+57=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D39 is #24C2C6. Grayscale: #6B6B6B. Windows color (decimal): -2409159 or 3751387. OLE color: 3751387.

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

Color convert

RGB2196157-
CMYK00.720.740.14
HSL1.48º69.23%54.12%-
HSV(B)1.48º73.97%85.88%-
XYZ31.6218.695.81-
YUV107.7999.35207.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.99%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 57 (22.66% from 255) = 16.91%
R=64.99%
G=18.10%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219615700.720.740.141.4869.2354.12
HexDB3D390484AE14536
Octal3337571011011216110566
Binary11011011111101111001010010001001010111011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D39; }

 p { color: rgb(219,61,57); }

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

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

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

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

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

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

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