Html Css Color HEX #DB2430 Alizarin

📋 copy color: '#DB2430'

red 219 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #DB2430

Tints of Alizarin #DB2430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 72.28%
G = 11.88%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB2430 (or 0xDB2430) is known color: Alizarin. HEX triplet: DB, 24 and 30. RGB value is (219,36,48). Sum of RGB (Red+Green+Blue) = 219+36+48=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2430 is #24DBCF. Grayscale: #5C5C5C. Windows color (decimal): -2415568 or 3155163. OLE color: 3155163.

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

Color convert

RGB 219 36 48 -
CMYK 0 0.84 0.78 0.14
HSL 356.07º 0.72% 0.5% -
HSV(B) 356.07º 0.84% 0.86% -
XYZ 30.38 16.54 4.39 -
YUV 92.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 219 36 48 0 0.84 0.78 0.14 356.07 0.72 0.5
Hex DB 24 30 0 54 4E E 164 48 32
Octal 333 44 60 0 124 116 16 544 110 62
Binary 11011011 100100 110000 0 1010100 1001110 1110 101100100 1001000 110010

Color Harmonies of #DB2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2430

Black with #DB2430

Text Example


Text Example

White with #DB2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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