Html Css Color HEX #DD2431 Alizarin

📋 copy color: '#DD2431'

red 221 ◦ green 36 ◦ blue 49

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

Shades of Alizarin #DD2431

Tints of Alizarin #DD2431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 72.22%
G = 11.76%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2431 (or 0xDD2431) is known color: Alizarin. HEX triplet: DD, 24 and 31. RGB value is (221,36,49). Sum of RGB (Red+Green+Blue) = 221+36+49=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2431 is #22DBCE. Grayscale: #5C5C5C. Windows color (decimal): -2284495 or 3220701. OLE color: 3220701.

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

Color convert

RGB 221 36 49 -
CMYK 0 0.84 0.78 0.13
HSL 355.78º 0.73% 0.5% -
HSV(B) 355.78º 0.84% 0.87% -
XYZ 31 16.86 4.53 -
YUV 92.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 221 36 49 0 0.84 0.78 0.13 355.78 0.73 0.5
Hex DD 24 31 0 54 4E D 164 49 32
Octal 335 44 61 0 124 116 15 544 111 62
Binary 11011101 100100 110001 0 1010100 1001110 1101 101100100 1001001 110010

Color Harmonies of #DD2431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2431

Black with #DD2431

Text Example


Text Example

White with #DD2431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2431; }

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

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

background-color css

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

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

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

border-color css

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

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

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