Html Css Color HEX #DB2433 Alizarin

📋 copy color: '#DB2433'

red 219 ◦ green 36 ◦ blue 51

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

Shades of Alizarin #DB2433

Tints of Alizarin #DB2433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 71.57%
G = 11.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB2433 (or 0xDB2433) is known color: Alizarin. HEX triplet: DB, 24 and 33. RGB value is (219,36,51). Sum of RGB (Red+Green+Blue) = 219+36+51=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2433 is #24DBCC. Grayscale: #5C5C5C. Windows color (decimal): -2415565 or 3351771. OLE color: 3351771.

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

Color convert

RGB 219 36 51 -
CMYK 0 0.84 0.77 0.14
HSL 355.08º 0.72% 0.5% -
HSV(B) 355.08º 0.84% 0.86% -
XYZ 30.44 16.56 4.72 -
YUV 92.43 104.63 218.28 -
System Red Green Blue C M Y K H S L
Decimal 219 36 51 0 0.84 0.77 0.14 355.08 0.72 0.5
Hex DB 24 33 0 54 4D E 163 48 32
Octal 333 44 63 0 124 115 16 543 110 62
Binary 11011011 100100 110011 0 1010100 1001101 1110 101100011 1001000 110010

Color Harmonies of #DB2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2433

Black with #DB2433

Text Example


Text Example

White with #DB2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2433; }

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

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

background-color css

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

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

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

border-color css

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

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

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