Html Css Color HEX #DB2230 Alizarin

📋 copy color: '#DB2230'

red 219 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #DB2230

Tints of Alizarin #DB2230

RGB

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

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

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

R = 72.76%
G = 11.3%
B = 15.95%

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

#DB2230 (or 0xDB2230) is known color: Alizarin. HEX triplet: DB, 22 and 30. RGB value is (219,34,48). Sum of RGB (Red+Green+Blue) = 219+34+48=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2230 is #24DDCF. Grayscale: #5B5B5B. Windows color (decimal): -2416080 or 3154651. OLE color: 3154651.

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

Color convert

RGB 219 34 48 -
CMYK 0 0.84 0.78 0.14
HSL 355.46º 0.73% 0.5% -
HSV(B) 355.46º 0.84% 0.86% -
XYZ 30.32 16.42 4.37 -
YUV 90.91 103.79 219.36 -
System Red Green Blue C M Y K H S L
Decimal 219 34 48 0 0.84 0.78 0.14 355.46 0.73 0.5
Hex DB 22 30 0 54 4E E 163 49 32
Octal 333 42 60 0 124 116 16 543 111 62
Binary 11011011 100010 110000 0 1010100 1001110 1110 101100011 1001001 110010

Color Harmonies of #DB2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2230

Black with #DB2230

Text Example


Text Example

White with #DB2230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2230; }

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

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

background-color css

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

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

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

border-color css

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

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

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