Html Css Color HEX #DB2425 Alizarin

📋 copy color: '#DB2425'

red 219 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #DB2425

Tints of Alizarin #DB2425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 75%
G = 12.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2425 (or 0xDB2425) is known color: Alizarin. HEX triplet: DB, 24 and 25. RGB value is (219,36,37). Sum of RGB (Red+Green+Blue) = 219+36+37=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2425 is #24DBDA. Grayscale: #5B5B5B. Windows color (decimal): -2415579 or 2434267. OLE color: 2434267.

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

Color convert

RGB 219 36 37 -
CMYK 0 0.84 0.83 0.14
HSL 359.67º 0.72% 0.5% -
HSV(B) 359.67º 0.84% 0.86% -
XYZ 30.18 16.46 3.34 -
YUV 90.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 219 36 37 0 0.84 0.83 0.14 359.67 0.72 0.5
Hex DB 24 25 0 54 53 E 168 48 32
Octal 333 44 45 0 124 123 16 550 110 62
Binary 11011011 100100 100101 0 1010100 1010011 1110 101101000 1001000 110010

Color Harmonies of #DB2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2425

Black with #DB2425

Text Example


Text Example

White with #DB2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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