Html Css Color HEX #DB2228 Alizarin

📋 copy color: '#DB2228'

red 219 ◦ green 34 ◦ blue 40

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

Shades of Alizarin #DB2228

Tints of Alizarin #DB2228

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 74.74%
G = 11.6%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB2228 (or 0xDB2228) is known color: Alizarin. HEX triplet: DB, 22 and 28. RGB value is (219,34,40). Sum of RGB (Red+Green+Blue) = 219+34+40=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2228 is #24DDD7. Grayscale: #5A5A5A. Windows color (decimal): -2416088 or 2630363. OLE color: 2630363.

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

Color convert

RGB 219 34 40 -
CMYK 0 0.84 0.82 0.14
HSL 358.05º 0.73% 0.5% -
HSV(B) 358.05º 0.84% 0.86% -
XYZ 30.17 16.36 3.57 -
YUV 90 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 219 34 40 0 0.84 0.82 0.14 358.05 0.73 0.5
Hex DB 22 28 0 54 52 E 166 49 32
Octal 333 42 50 0 124 122 16 546 111 62
Binary 11011011 100010 101000 0 1010100 1010010 1110 101100110 1001001 110010

Color Harmonies of #DB2228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2228

Black with #DB2228

Text Example


Text Example

White with #DB2228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2228; }

 p { color: rgb(219,34,40); }

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

background-color css

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

 a { background-color: rgb(219,34,40); }

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

border-color css

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

 span { border-color: rgb(219,34,40); }

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