Html Css Color HEX #DB3335 Alizarin

📋 copy color: '#DB3335'

red 219 ◦ green 51 ◦ blue 53

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

Shades of Alizarin #DB3335

Tints of Alizarin #DB3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 67.8%
G = 15.79%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3335 (or 0xDB3335) is known color: Alizarin. HEX triplet: DB, 33 and 35. RGB value is (219,51,53). Sum of RGB (Red+Green+Blue) = 219+51+53=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3335 is #24CCCA. Grayscale: #656565. Windows color (decimal): -2411723 or 3486683. OLE color: 3486683.

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

Color convert

RGB 219 51 53 -
CMYK 0 0.77 0.76 0.14
HSL 359.29º 0.7% 0.53% -
HSV(B) 359.29º 0.77% 0.86% -
XYZ 31.04 17.68 5.15 -
YUV 101.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 219 51 53 0 0.77 0.76 0.14 359.29 0.7 0.53
Hex DB 33 35 0 4D 4C E 167 46 35
Octal 333 63 65 0 115 114 16 547 106 65
Binary 11011011 110011 110101 0 1001101 1001100 1110 101100111 1000110 110101

Color Harmonies of #DB3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3335

Black with #DB3335

Text Example


Text Example

White with #DB3335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3335; }

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

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

background-color css

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

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

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

border-color css

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

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

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