#DB3D35

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

Shades of Cinnabar #DB3D35

Tints of Cinnabar #DB3D35

Color information

#DB3D35 (or 0xDB3D35) is unknown color: approx Cinnabar. HEX triplet: DB, 3D and 35. RGB value is (219,61,53). Sum of RGB (Red+Green+Blue) = 219+61+53=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D35 is #24C2CA. Grayscale: #6B6B6B. Windows color (decimal): -2409163 or 3489243. OLE color: 3489243.

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

Color convert

RGB2196153-
CMYK00.720.760.14
HSL2.89º69.75%53.33%-
HSV(B)2.89º75.8%85.88%-
XYZ31.5218.655.31-
YUV107.3397.35207.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.77%
GREEN value IS 61 (24.22% from 255) = 18.32%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=65.77%
G=18.32%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219615300.720.760.142.8969.7553.33
HexDB3D350484CE34635
Octal3337565011011416310665
Binary110110111111011101010100100010011001110111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D35; }

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

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

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

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

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

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

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

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