#DB353E

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

Shades of Alizarin #DB353E

Tints of Alizarin #DB353E

Color information

#DB353E (or 0xDB353E) is unknown color: approx Alizarin. HEX triplet: DB, 35 and 3E. RGB value is (219,53,62). Sum of RGB (Red+Green+Blue) = 219+53+62=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB353E is #24CAC1. Grayscale: #676767. Windows color (decimal): -2411202 or 4077019. OLE color: 4077019.

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

Color convert

RGB2195362-
CMYK00.760.720.14
HSL356.75º69.75%53.33%-
HSV(B)356.75º75.8%85.88%-
XYZ31.3617.956.37-
YUV103.66104.5210.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.57%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=65.57%
G=15.87%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219536200.760.720.14356.7569.7553.33
HexDB353E04C48E1654635
Octal333657601141101654510665
Binary1101101111010111111001001100100100011101011001011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB353E; }

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

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

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

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

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

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

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

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