Html Css Color HEX #DB2C2E Alizarin

📋 copy color: '#DB2C2E'

red 219 ◦ green 44 ◦ blue 46

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

Shades of Alizarin #DB2C2E

Tints of Alizarin #DB2C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.89%

R = 70.87%
G = 14.24%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB2C2E (or 0xDB2C2E) is known color: Alizarin. HEX triplet: DB, 2C and 2E. RGB value is (219,44,46). Sum of RGB (Red+Green+Blue) = 219+44+46=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C2E is #24D3D1. Grayscale: #606060. Windows color (decimal): -2413522 or 3026139. OLE color: 3026139.

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

Color convert

RGB 219 44 46 -
CMYK 0 0.80 0.79 0.14
HSL 359.31º 0.71% 0.52% -
HSV(B) 359.31º 0.8% 0.86% -
XYZ 30.61 17.06 4.26 -
YUV 96.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 219 44 46 0 0.80 0.79 0.14 359.31 0.71 0.52
Hex DB 2C 2E 0 50 4F E 167 47 34
Octal 333 54 56 0 120 117 16 547 107 64
Binary 11011011 101100 101110 0 1010000 1001111 1110 101100111 1000111 110100

Color Harmonies of #DB2C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C2E

Black with #DB2C2E

Text Example


Text Example

White with #DB2C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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