Html Css Color HEX #DB333C Alizarin

📋 copy color: '#DB333C'

red 219 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #DB333C

Tints of Alizarin #DB333C

RGB

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

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

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

R = 66.36%
G = 15.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB333C (or 0xDB333C) is known color: Alizarin. HEX triplet: DB, 33 and 3C. RGB value is (219,51,60). Sum of RGB (Red+Green+Blue) = 219+51+60=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB333C is #24CCC3. Grayscale: #666666. Windows color (decimal): -2411716 or 3945435. OLE color: 3945435.

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

Color convert

RGB 219 51 60 -
CMYK 0 0.77 0.73 0.14
HSL 356.79º 0.7% 0.53% -
HSV(B) 356.79º 0.77% 0.86% -
XYZ 31.21 17.75 6.06 -
YUV 102.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 219 51 60 0 0.77 0.73 0.14 356.79 0.7 0.53
Hex DB 33 3C 0 4D 49 E 165 46 35
Octal 333 63 74 0 115 111 16 545 106 65
Binary 11011011 110011 111100 0 1001101 1001001 1110 101100101 1000110 110101

Color Harmonies of #DB333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB333C

Black with #DB333C

Text Example


Text Example

White with #DB333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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