#DB3D3D

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

Shades of Cinnabar #DB3D3D

Tints of Cinnabar #DB3D3D

Color information

#DB3D3D (or 0xDB3D3D) is unknown color: approx Cinnabar. HEX triplet: DB, 3D and 3D. RGB value is (219,61,61). Sum of RGB (Red+Green+Blue) = 219+61+61=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D3D is #24C2C2. Grayscale: #6C6C6C. Windows color (decimal): -2409155 or 4013531. OLE color: 4013531.

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

Color convert

RGB2196161-
CMYK00.720.720.14
HSL68.7%54.9%-
HSV(B)72.15%85.88%-
XYZ31.7218.736.36-
YUV108.24101.35207-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.22%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=64.22%
G=17.89%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219616100.720.720.14068.754.9
HexDB3D3D04848E04537
Octal3337575011011016010567
Binary11011011111101111101010010001001000111001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D3D; }

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

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

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

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

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

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

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

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