Html Css Color HEX #DB2C35 Alizarin

📋 copy color: '#DB2C35'

red 219 ◦ green 44 ◦ blue 53

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

Shades of Alizarin #DB2C35

Tints of Alizarin #DB2C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.92%

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

R = 69.3%
G = 13.92%
B = 16.77%

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

#DB2C35 (or 0xDB2C35) is known color: Alizarin. HEX triplet: DB, 2C and 35. RGB value is (219,44,53). Sum of RGB (Red+Green+Blue) = 219+44+53=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C35 is #24D3CA. Grayscale: #616161. Windows color (decimal): -2413515 or 3484891. OLE color: 3484891.

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

Color convert

RGB 219 44 53 -
CMYK 0 0.80 0.76 0.14
HSL 356.91º 0.71% 0.52% -
HSV(B) 356.91º 0.8% 0.86% -
XYZ 30.76 17.12 5.05 -
YUV 97.35 102.98 214.77 -
System Red Green Blue C M Y K H S L
Decimal 219 44 53 0 0.80 0.76 0.14 356.91 0.71 0.52
Hex DB 2C 35 0 50 4C E 165 47 34
Octal 333 54 65 0 120 114 16 545 107 64
Binary 11011011 101100 110101 0 1010000 1001100 1110 101100101 1000111 110100

Color Harmonies of #DB2C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C35

Black with #DB2C35

Text Example


Text Example

White with #DB2C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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