Html Css Color HEX #DD2528 Alizarin

📋 copy color: '#DD2528'

red 221 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #DD2528

Tints of Alizarin #DD2528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 74.16%
G = 12.42%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2528 (or 0xDD2528) is known color: Alizarin. HEX triplet: DD, 25 and 28. RGB value is (221,37,40). Sum of RGB (Red+Green+Blue) = 221+37+40=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2528 is #22DAD7. Grayscale: #5C5C5C. Windows color (decimal): -2284248 or 2631133. OLE color: 2631133.

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

Color convert

RGB 221 37 40 -
CMYK 0 0.83 0.82 0.13
HSL 359.02º 0.73% 0.51% -
HSV(B) 359.02º 0.83% 0.87% -
XYZ 30.86 16.85 3.63 -
YUV 92.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 221 37 40 0 0.83 0.82 0.13 359.02 0.73 0.51
Hex DD 25 28 0 53 52 D 167 49 33
Octal 335 45 50 0 123 122 15 547 111 63
Binary 11011101 100101 101000 0 1010011 1010010 1101 101100111 1001001 110011

Color Harmonies of #DD2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2528

Black with #DD2528

Text Example


Text Example

White with #DD2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2528; }

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

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

background-color css

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

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

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

border-color css

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

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

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