Html Css Color HEX #DD2543 Alizarin

📋 copy color: '#DD2543'

red 221 ◦ green 37 ◦ blue 67

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

Shades of Alizarin #DD2543

Tints of Alizarin #DD2543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.62%

R = 68%
G = 11.38%
B = 20.62%

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

#DD2543 (or 0xDD2543) is known color: Alizarin. HEX triplet: DD, 25 and 43. RGB value is (221,37,67). Sum of RGB (Red+Green+Blue) = 221+37+67=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2543 is #22DABC. Grayscale: #5F5F5F. Windows color (decimal): -2284221 or 4400605. OLE color: 4400605.

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

Color convert

RGB 221 37 67 -
CMYK 0 0.83 0.70 0.13
HSL 350.22º 0.73% 0.51% -
HSV(B) 350.22º 0.83% 0.87% -
XYZ 31.49 17.1 6.95 -
YUV 95.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 221 37 67 0 0.83 0.70 0.13 350.22 0.73 0.51
Hex DD 25 43 0 53 46 D 15E 49 33
Octal 335 45 103 0 123 106 15 536 111 63
Binary 11011101 100101 1000011 0 1010011 1000110 1101 101011110 1001001 110011

Color Harmonies of #DD2543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2543

Black with #DD2543

Text Example


Text Example

White with #DD2543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2543; }

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

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

background-color css

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

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

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

border-color css

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

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

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