Html Css Color HEX #DB253C Alizarin

📋 copy color: '#DB253C'

red 219 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #DB253C

Tints of Alizarin #DB253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 69.3%
G = 11.71%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB253C (or 0xDB253C) is known color: Alizarin. HEX triplet: DB, 25 and 3C. RGB value is (219,37,60). Sum of RGB (Red+Green+Blue) = 219+37+60=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB253C is #24DAC3. Grayscale: #5E5E5E. Windows color (decimal): -2415300 or 3941851. OLE color: 3941851.

HSL color Cylindrical-coordinate representation of color #DB253C: hue angle of 352.42º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB253C is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 60 -
CMYK 0 0.83 0.73 0.14
HSL 352.42º 0.72% 0.5% -
HSV(B) 352.42º 0.83% 0.86% -
XYZ 30.69 16.71 5.88 -
YUV 94.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 219 37 60 0 0.83 0.73 0.14 352.42 0.72 0.5
Hex DB 25 3C 0 53 49 E 160 48 32
Octal 333 45 74 0 123 111 16 540 110 62
Binary 11011011 100101 111100 0 1010011 1001001 1110 101100000 1001000 110010

Color Harmonies of #DB253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB253C

Black with #DB253C

Text Example


Text Example

White with #DB253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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