Html Css Color HEX #DD2027 Alizarin

📋 copy color: '#DD2027'

red 221 ◦ green 32 ◦ blue 39

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

Shades of Alizarin #DD2027

Tints of Alizarin #DD2027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.36%

R = 75.68%
G = 10.96%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2027 (or 0xDD2027) is known color: Alizarin. HEX triplet: DD, 20 and 27. RGB value is (221,32,39). Sum of RGB (Red+Green+Blue) = 221+32+39=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2027 is #22DFD8. Grayscale: #595959. Windows color (decimal): -2285529 or 2564317. OLE color: 2564317.

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

Color convert

RGB 221 32 39 -
CMYK 0 0.86 0.82 0.13
HSL 357.78º 0.75% 0.5% -
HSV(B) 357.78º 0.86% 0.87% -
XYZ 30.7 16.55 3.5 -
YUV 89.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 221 32 39 0 0.86 0.82 0.13 357.78 0.75 0.5
Hex DD 20 27 0 56 52 D 166 4B 32
Octal 335 40 47 0 126 122 15 546 113 62
Binary 11011101 100000 100111 0 1010110 1010010 1101 101100110 1001011 110010

Color Harmonies of #DD2027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2027

Black with #DD2027

Text Example


Text Example

White with #DD2027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2027; }

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

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

background-color css

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

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

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

border-color css

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

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

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