Html Css Color HEX #DB353F Alizarin

📋 copy color: '#DB353F'

red 219 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #DB353F

Tints of Alizarin #DB353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 65.37%
G = 15.82%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB353F (or 0xDB353F) is known color: Alizarin. HEX triplet: DB, 35 and 3F. RGB value is (219,53,63). Sum of RGB (Red+Green+Blue) = 219+53+63=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB353F is #24CAC0. Grayscale: #676767. Windows color (decimal): -2411201 or 4142555. OLE color: 4142555.

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

Color convert

RGB 219 53 63 -
CMYK 0 0.76 0.71 0.14
HSL 356.39º 0.7% 0.53% -
HSV(B) 356.39º 0.76% 0.86% -
XYZ 31.38 17.97 6.52 -
YUV 103.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 219 53 63 0 0.76 0.71 0.14 356.39 0.7 0.53
Hex DB 35 3F 0 4C 47 E 164 46 35
Octal 333 65 77 0 114 107 16 544 106 65
Binary 11011011 110101 111111 0 1001100 1000111 1110 101100100 1000110 110101

Color Harmonies of #DB353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB353F

Black with #DB353F

Text Example


Text Example

White with #DB353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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