Html Css Color HEX #DD2428 Alizarin

📋 copy color: '#DD2428'

red 221 ◦ green 36 ◦ blue 40

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

Shades of Alizarin #DD2428

Tints of Alizarin #DD2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

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

R = 74.41%
G = 12.12%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2428 (or 0xDD2428) is known color: Alizarin. HEX triplet: DD, 24 and 28. RGB value is (221,36,40). Sum of RGB (Red+Green+Blue) = 221+36+40=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2428 is #22DBD7. Grayscale: #5B5B5B. Windows color (decimal): -2284504 or 2630877. OLE color: 2630877.

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

Color convert

RGB 221 36 40 -
CMYK 0 0.84 0.82 0.13
HSL 358.7º 0.73% 0.5% -
HSV(B) 358.7º 0.84% 0.87% -
XYZ 30.83 16.79 3.62 -
YUV 91.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 221 36 40 0 0.84 0.82 0.13 358.7 0.73 0.5
Hex DD 24 28 0 54 52 D 167 49 32
Octal 335 44 50 0 124 122 15 547 111 62
Binary 11011101 100100 101000 0 1010100 1010010 1101 101100111 1001001 110010

Color Harmonies of #DD2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2428

Black with #DD2428

Text Example


Text Example

White with #DD2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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