Html Css Color HEX #DB202C Alizarin

📋 copy color: '#DB202C'

red 219 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #DB202C

Tints of Alizarin #DB202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 44 (17.58% from 255) = 14.92%

R = 74.24%
G = 10.85%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB202C (or 0xDB202C) is known color: Alizarin. HEX triplet: DB, 20 and 2C. RGB value is (219,32,44). Sum of RGB (Red+Green+Blue) = 219+32+44=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB202C is #24DFD3. Grayscale: #595959. Windows color (decimal): -2416596 or 2891995. OLE color: 2891995.

HSL color Cylindrical-coordinate representation of color #DB202C: hue angle of 356.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB202C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 44 -
CMYK 0 0.85 0.80 0.14
HSL 356.15º 0.75% 0.49% -
HSV(B) 356.15º 0.85% 0.86% -
XYZ 30.18 16.27 3.93 -
YUV 89.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 219 32 44 0 0.85 0.80 0.14 356.15 0.75 0.49
Hex DB 20 2C 0 55 50 E 164 4B 31
Octal 333 40 54 0 125 120 16 544 113 61
Binary 11011011 100000 101100 0 1010101 1010000 1110 101100100 1001011 110001

Color Harmonies of #DB202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB202C

Black with #DB202C

Text Example


Text Example

White with #DB202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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