Html Css Color HEX #DD2542 Alizarin

📋 copy color: '#DD2542'

red 221 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #DD2542

Tints of Alizarin #DD2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 68.21%
G = 11.42%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2542 (or 0xDD2542) is known color: Alizarin. HEX triplet: DD, 25 and 42. RGB value is (221,37,66). Sum of RGB (Red+Green+Blue) = 221+37+66=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2542 is #22DABD. Grayscale: #5F5F5F. Windows color (decimal): -2284222 or 4335069. OLE color: 4335069.

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

Color convert

RGB 221 37 66 -
CMYK 0 0.83 0.70 0.13
HSL 350.54º 0.73% 0.51% -
HSV(B) 350.54º 0.83% 0.87% -
XYZ 31.46 17.09 6.79 -
YUV 95.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 221 37 66 0 0.83 0.70 0.13 350.54 0.73 0.51
Hex DD 25 42 0 53 46 D 15F 49 33
Octal 335 45 102 0 123 106 15 537 111 63
Binary 11011101 100101 1000010 0 1010011 1000110 1101 101011111 1001001 110011

Color Harmonies of #DD2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2542

Black with #DD2542

Text Example


Text Example

White with #DD2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2542; }

 p { color: rgb(221,37,66); }

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

background-color css

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

 a { background-color: rgb(221,37,66); }

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

border-color css

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

 span { border-color: rgb(221,37,66); }

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