Html Css Color HEX #DB203B Alizarin

📋 copy color: '#DB203B'

red 219 ◦ green 32 ◦ blue 59

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

Shades of Alizarin #DB203B

Tints of Alizarin #DB203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 70.65%
G = 10.32%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB203B (or 0xDB203B) is known color: Alizarin. HEX triplet: DB, 20 and 3B. RGB value is (219,32,59). Sum of RGB (Red+Green+Blue) = 219+32+59=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB203B is #24DFC4. Grayscale: #5B5B5B. Windows color (decimal): -2416581 or 3875035. OLE color: 3875035.

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

Color convert

RGB 219 32 59 -
CMYK 0 0.85 0.73 0.14
HSL 351.34º 0.75% 0.49% -
HSV(B) 351.34º 0.85% 0.86% -
XYZ 30.52 16.41 5.7 -
YUV 90.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 219 32 59 0 0.85 0.73 0.14 351.34 0.75 0.49
Hex DB 20 3B 0 55 49 E 15F 4B 31
Octal 333 40 73 0 125 111 16 537 113 61
Binary 11011011 100000 111011 0 1010101 1001001 1110 101011111 1001011 110001

Color Harmonies of #DB203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB203B

Black with #DB203B

Text Example


Text Example

White with #DB203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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