Html Css Color HEX #DD1E28 Alizarin

📋 copy color: '#DD1E28'

red 221 ◦ green 30 ◦ blue 40

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

Shades of Alizarin #DD1E28

Tints of Alizarin #DD1E28

RGB

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

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

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

R = 75.95%
G = 10.31%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1E28 (or 0xDD1E28) is known color: Alizarin. HEX triplet: DD, 1E and 28. RGB value is (221,30,40). Sum of RGB (Red+Green+Blue) = 221+30+40=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E28 is #22E1D7. Grayscale: #585858. Windows color (decimal): -2286040 or 2629341. OLE color: 2629341.

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

Color convert

RGB 221 30 40 -
CMYK 0 0.86 0.82 0.13
HSL 356.86º 0.76% 0.49% -
HSV(B) 356.86º 0.86% 0.87% -
XYZ 30.67 16.45 3.57 -
YUV 88.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 221 30 40 0 0.86 0.82 0.13 356.86 0.76 0.49
Hex DD 1E 28 0 56 52 D 165 4C 31
Octal 335 36 50 0 126 122 15 545 114 61
Binary 11011101 11110 101000 0 1010110 1010010 1101 101100101 1001100 110001

Color Harmonies of #DD1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E28

Black with #DD1E28

Text Example


Text Example

White with #DD1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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