Html Css Color HEX #DD203A Alizarin

📋 copy color: '#DD203A'

red 221 ◦ green 32 ◦ blue 58

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

Shades of Alizarin #DD203A

Tints of Alizarin #DD203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 71.06%
G = 10.29%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD203A (or 0xDD203A) is known color: Alizarin. HEX triplet: DD, 20 and 3A. RGB value is (221,32,58). Sum of RGB (Red+Green+Blue) = 221+32+58=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD203A is #22DFC5. Grayscale: #5B5B5B. Windows color (decimal): -2285510 or 3809501. OLE color: 3809501.

HSL color Cylindrical-coordinate representation of color #DD203A: hue angle of 351.75º 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 #DD203A is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 58 -
CMYK 0 0.86 0.74 0.13
HSL 351.75º 0.75% 0.5% -
HSV(B) 351.75º 0.86% 0.87% -
XYZ 31.1 16.71 5.59 -
YUV 91.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 221 32 58 0 0.86 0.74 0.13 351.75 0.75 0.5
Hex DD 20 3A 0 56 4A D 160 4B 32
Octal 335 40 72 0 126 112 15 540 113 62
Binary 11011101 100000 111010 0 1010110 1001010 1101 101100000 1001011 110010

Color Harmonies of #DD203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD203A

Black with #DD203A

Text Example


Text Example

White with #DD203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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