Html Css Color HEX #DB2434 Alizarin

📋 copy color: '#DB2434'

red 219 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #DB2434

Tints of Alizarin #DB2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 71.34%
G = 11.73%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2434 (or 0xDB2434) is known color: Alizarin. HEX triplet: DB, 24 and 34. RGB value is (219,36,52). Sum of RGB (Red+Green+Blue) = 219+36+52=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2434 is #24DBCB. Grayscale: #5C5C5C. Windows color (decimal): -2415564 or 3417307. OLE color: 3417307.

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

Color convert

RGB 219 36 52 -
CMYK 0 0.84 0.76 0.14
HSL 354.75º 0.72% 0.5% -
HSV(B) 354.75º 0.84% 0.86% -
XYZ 30.46 16.57 4.84 -
YUV 92.54 105.13 218.2 -
System Red Green Blue C M Y K H S L
Decimal 219 36 52 0 0.84 0.76 0.14 354.75 0.72 0.5
Hex DB 24 34 0 54 4C E 163 48 32
Octal 333 44 64 0 124 114 16 543 110 62
Binary 11011011 100100 110100 0 1010100 1001100 1110 101100011 1001000 110010

Color Harmonies of #DB2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2434

Black with #DB2434

Text Example


Text Example

White with #DB2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2434; }

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

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

background-color css

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

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

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

border-color css

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

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

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