Html Css Color HEX #DD1E39 Alizarin

📋 copy color: '#DD1E39'

red 221 ◦ green 30 ◦ blue 57

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

Shades of Alizarin #DD1E39

Tints of Alizarin #DD1E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 71.75%
G = 9.74%
B = 18.51%

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

#DD1E39 (or 0xDD1E39) is known color: Alizarin. HEX triplet: DD, 1E and 39. RGB value is (221,30,57). Sum of RGB (Red+Green+Blue) = 221+30+57=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E39 is #22E1C6. Grayscale: #5A5A5A. Windows color (decimal): -2286023 or 3743453. OLE color: 3743453.

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

Color convert

RGB 221 30 57 -
CMYK 0 0.86 0.74 0.13
HSL 351.52º 0.76% 0.49% -
HSV(B) 351.52º 0.86% 0.87% -
XYZ 31.02 16.6 5.44 -
YUV 90.19 109.28 221.3 -
System Red Green Blue C M Y K H S L
Decimal 221 30 57 0 0.86 0.74 0.13 351.52 0.76 0.49
Hex DD 1E 39 0 56 4A D 160 4C 31
Octal 335 36 71 0 126 112 15 540 114 61
Binary 11011101 11110 111001 0 1010110 1001010 1101 101100000 1001100 110001

Color Harmonies of #DD1E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E39

Black with #DD1E39

Text Example


Text Example

White with #DD1E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E39; }

 p { color: rgb(221,30,57); }

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

background-color css

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

 a { background-color: rgb(221,30,57); }

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

border-color css

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

 span { border-color: rgb(221,30,57); }

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