Html Css Color HEX #DD203B Alizarin

📋 copy color: '#DD203B'

red 221 ◦ green 32 ◦ blue 59

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

Shades of Alizarin #DD203B

Tints of Alizarin #DD203B

RGB

 RED value IS 221 (86.72% from 255) = 70.83%

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

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

R = 70.83%
G = 10.26%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD203B (or 0xDD203B) is known color: Alizarin. HEX triplet: DD, 20 and 3B. RGB value is (221,32,59). Sum of RGB (Red+Green+Blue) = 221+32+59=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD203B is #22DFC4. Grayscale: #5B5B5B. Windows color (decimal): -2285509 or 3875037. OLE color: 3875037.

HSL color Cylindrical-coordinate representation of color #DD203B: hue angle of 351.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD203B is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 59 -
CMYK 0 0.86 0.73 0.13
HSL 351.43º 0.75% 0.5% -
HSV(B) 351.43º 0.86% 0.87% -
XYZ 31.12 16.72 5.72 -
YUV 91.59 109.62 220.3 -
System Red Green Blue C M Y K H S L
Decimal 221 32 59 0 0.86 0.73 0.13 351.43 0.75 0.5
Hex DD 20 3B 0 56 49 D 15F 4B 32
Octal 335 40 73 0 126 111 15 537 113 62
Binary 11011101 100000 111011 0 1010110 1001001 1101 101011111 1001011 110010

Color Harmonies of #DD203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD203B

Black with #DD203B

Text Example


Text Example

White with #DD203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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