Html Css Color HEX #DB2534 Alizarin

📋 copy color: '#DB2534'

red 219 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #DB2534

Tints of Alizarin #DB2534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 71.1%
G = 12.01%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2534 (or 0xDB2534) is known color: Alizarin. HEX triplet: DB, 25 and 34. RGB value is (219,37,52). Sum of RGB (Red+Green+Blue) = 219+37+52=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2534 is #24DACB. Grayscale: #5D5D5D. Windows color (decimal): -2415308 or 3417563. OLE color: 3417563.

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

Color convert

RGB 219 37 52 -
CMYK 0 0.83 0.76 0.14
HSL 355.05º 0.72% 0.5% -
HSV(B) 355.05º 0.83% 0.86% -
XYZ 30.49 16.63 4.85 -
YUV 93.13 104.8 217.78 -
System Red Green Blue C M Y K H S L
Decimal 219 37 52 0 0.83 0.76 0.14 355.05 0.72 0.5
Hex DB 25 34 0 53 4C E 163 48 32
Octal 333 45 64 0 123 114 16 543 110 62
Binary 11011011 100101 110100 0 1010011 1001100 1110 101100011 1001000 110010

Color Harmonies of #DB2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2534

Black with #DB2534

Text Example


Text Example

White with #DB2534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2534; }

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

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

background-color css

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

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

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

border-color css

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

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

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