Html Css Color HEX #DB2C3C Alizarin

📋 copy color: '#DB2C3C'

red 219 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #DB2C3C

Tints of Alizarin #DB2C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 67.8%
G = 13.62%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB2C3C (or 0xDB2C3C) is known color: Alizarin. HEX triplet: DB, 2C and 3C. RGB value is (219,44,60). Sum of RGB (Red+Green+Blue) = 219+44+60=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C3C is #24D3C3. Grayscale: #626262. Windows color (decimal): -2413508 or 3943643. OLE color: 3943643.

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

Color convert

RGB 219 44 60 -
CMYK 0 0.80 0.73 0.14
HSL 354.51º 0.71% 0.52% -
HSV(B) 354.51º 0.8% 0.86% -
XYZ 30.93 17.19 5.96 -
YUV 98.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 219 44 60 0 0.80 0.73 0.14 354.51 0.71 0.52
Hex DB 2C 3C 0 50 49 E 163 47 34
Octal 333 54 74 0 120 111 16 543 107 64
Binary 11011011 101100 111100 0 1010000 1001001 1110 101100011 1000111 110100

Color Harmonies of #DB2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C3C

Black with #DB2C3C

Text Example


Text Example

White with #DB2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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