Html Css Color HEX #DB2C43 Alizarin

📋 copy color: '#DB2C43'

red 219 ◦ green 44 ◦ blue 67

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

Shades of Alizarin #DB2C43

Tints of Alizarin #DB2C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 66.36%
G = 13.33%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB2C43 (or 0xDB2C43) is known color: Alizarin. HEX triplet: DB, 2C and 43. RGB value is (219,44,67). Sum of RGB (Red+Green+Blue) = 219+44+67=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2C43 is #24D3BC. Grayscale: #636363. Windows color (decimal): -2413501 or 4402395. OLE color: 4402395.

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

Color convert

RGB 219 44 67 -
CMYK 0 0.80 0.69 0.14
HSL 352.11º 0.71% 0.52% -
HSV(B) 352.11º 0.8% 0.86% -
XYZ 31.13 17.27 7 -
YUV 98.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 219 44 67 0 0.80 0.69 0.14 352.11 0.71 0.52
Hex DB 2C 43 0 50 45 E 160 47 34
Octal 333 54 103 0 120 105 16 540 107 64
Binary 11011011 101100 1000011 0 1010000 1000101 1110 101100000 1000111 110100

Color Harmonies of #DB2C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2C43

Black with #DB2C43

Text Example


Text Example

White with #DB2C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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