Html Css Color HEX #DB2B35 Alizarin

📋 copy color: '#DB2B35'

red 219 ◦ green 43 ◦ blue 53

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

Shades of Alizarin #DB2B35

Tints of Alizarin #DB2B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 69.52%
G = 13.65%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2B35 (or 0xDB2B35) is known color: Alizarin. HEX triplet: DB, 2B and 35. RGB value is (219,43,53). Sum of RGB (Red+Green+Blue) = 219+43+53=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B35 is #24D4CA. Grayscale: #606060. Windows color (decimal): -2413771 or 3484635. OLE color: 3484635.

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

Color convert

RGB 219 43 53 -
CMYK 0 0.80 0.76 0.14
HSL 356.59º 0.71% 0.51% -
HSV(B) 356.59º 0.8% 0.86% -
XYZ 30.72 17.04 5.04 -
YUV 96.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 219 43 53 0 0.80 0.76 0.14 356.59 0.71 0.51
Hex DB 2B 35 0 50 4C E 165 47 33
Octal 333 53 65 0 120 114 16 545 107 63
Binary 11011011 101011 110101 0 1010000 1001100 1110 101100101 1000111 110011

Color Harmonies of #DB2B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B35

Black with #DB2B35

Text Example


Text Example

White with #DB2B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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