Html Css Color HEX #DB2B30 Alizarin

📋 copy color: '#DB2B30'

red 219 ◦ green 43 ◦ blue 48

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

Shades of Alizarin #DB2B30

Tints of Alizarin #DB2B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 70.65%
G = 13.87%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB2B30 (or 0xDB2B30) is known color: Alizarin. HEX triplet: DB, 2B and 30. RGB value is (219,43,48). Sum of RGB (Red+Green+Blue) = 219+43+48=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B30 is #24D4CF. Grayscale: #606060. Windows color (decimal): -2413776 or 3156955. OLE color: 3156955.

HSL color Cylindrical-coordinate representation of color #DB2B30: hue angle of 358.3º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 48 -
CMYK 0 0.80 0.78 0.14
HSL 358.3º 0.71% 0.51% -
HSV(B) 358.3º 0.8% 0.86% -
XYZ 30.61 17 4.46 -
YUV 96.19 100.81 215.59 -
System Red Green Blue C M Y K H S L
Decimal 219 43 48 0 0.80 0.78 0.14 358.3 0.71 0.51
Hex DB 2B 30 0 50 4E E 166 47 33
Octal 333 53 60 0 120 116 16 546 107 63
Binary 11011011 101011 110000 0 1010000 1001110 1110 101100110 1000111 110011

Color Harmonies of #DB2B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B30

Black with #DB2B30

Text Example


Text Example

White with #DB2B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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