Html Css Color HEX #DB2227 Alizarin

📋 copy color: '#DB2227'

red 219 ◦ green 34 ◦ blue 39

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

Shades of Alizarin #DB2227

Tints of Alizarin #DB2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 75%
G = 11.64%
B = 13.36%

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

#DB2227 (or 0xDB2227) is known color: Alizarin. HEX triplet: DB, 22 and 27. RGB value is (219,34,39). Sum of RGB (Red+Green+Blue) = 219+34+39=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2227 is #24DDD8. Grayscale: #5A5A5A. Windows color (decimal): -2416089 or 2564827. OLE color: 2564827.

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

Color convert

RGB 219 34 39 -
CMYK 0 0.84 0.82 0.14
HSL 358.38º 0.73% 0.5% -
HSV(B) 358.38º 0.84% 0.86% -
XYZ 30.15 16.35 3.49 -
YUV 89.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 219 34 39 0 0.84 0.82 0.14 358.38 0.73 0.5
Hex DB 22 27 0 54 52 E 166 49 32
Octal 333 42 47 0 124 122 16 546 111 62
Binary 11011011 100010 100111 0 1010100 1010010 1110 101100110 1001001 110010

Color Harmonies of #DB2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2227

Black with #DB2227

Text Example


Text Example

White with #DB2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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