Html Css Color HEX #DD202A Alizarin

📋 copy color: '#DD202A'

red 221 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #DD202A

Tints of Alizarin #DD202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 74.92%
G = 10.85%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD202A (or 0xDD202A) is known color: Alizarin. HEX triplet: DD, 20 and 2A. RGB value is (221,32,42). Sum of RGB (Red+Green+Blue) = 221+32+42=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD202A is #22DFD5. Grayscale: #595959. Windows color (decimal): -2285526 or 2760925. OLE color: 2760925.

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

Color convert

RGB 221 32 42 -
CMYK 0 0.86 0.81 0.13
HSL 356.83º 0.75% 0.5% -
HSV(B) 356.83º 0.86% 0.87% -
XYZ 30.75 16.57 3.77 -
YUV 89.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 221 32 42 0 0.86 0.81 0.13 356.83 0.75 0.5
Hex DD 20 2A 0 56 51 D 165 4B 32
Octal 335 40 52 0 126 121 15 545 113 62
Binary 11011101 100000 101010 0 1010110 1010001 1101 101100101 1001011 110010

Color Harmonies of #DD202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD202A

Black with #DD202A

Text Example


Text Example

White with #DD202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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