Html Css Color HEX #DB353C Alizarin

📋 copy color: '#DB353C'

red 219 ◦ green 53 ◦ blue 60

#DB353C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #DB353C

Tints of Alizarin #DB353C

RGB

 RED value IS 219 (85.94% from 255) = 65.96%

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 65.96%
G = 15.96%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB353C (or 0xDB353C) is known color: Alizarin. HEX triplet: DB, 35 and 3C. RGB value is (219,53,60). Sum of RGB (Red+Green+Blue) = 219+53+60=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB353C is #24CAC3. Grayscale: #676767. Windows color (decimal): -2411204 or 3945947. OLE color: 3945947.

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

Color convert

RGB 219 53 60 -
CMYK 0 0.76 0.73 0.14
HSL 357.47º 0.7% 0.53% -
HSV(B) 357.47º 0.76% 0.86% -
XYZ 31.3 17.93 6.09 -
YUV 103.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 219 53 60 0 0.76 0.73 0.14 357.47 0.7 0.53
Hex DB 35 3C 0 4C 49 E 165 46 35
Octal 333 65 74 0 114 111 16 545 106 65
Binary 11011011 110101 111100 0 1001100 1001001 1110 101100101 1000110 110101

Color Harmonies of #DB353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB353C

Black with #DB353C

Text Example


Text Example

White with #DB353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB353C; }

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

 H1.HeaderClassName
 {
   color: #DB353C;
 }
 .AnyTagClassName
 {
   color: #DB353C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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