Html Css Color HEX #DD2D31 Alizarin

📋 copy color: '#DD2D31'

red 221 ◦ green 45 ◦ blue 49

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

Shades of Alizarin #DD2D31

Tints of Alizarin #DD2D31

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

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

R = 70.16%
G = 14.29%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD2D31 (or 0xDD2D31) is known color: Alizarin. HEX triplet: DD, 2D and 31. RGB value is (221,45,49). Sum of RGB (Red+Green+Blue) = 221+45+49=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D31 is #22D2CE. Grayscale: #626262. Windows color (decimal): -2282191 or 3223005. OLE color: 3223005.

HSL color Cylindrical-coordinate representation of color #DD2D31: hue angle of 358.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 49 -
CMYK 0 0.80 0.78 0.13
HSL 358.64º 0.72% 0.52% -
HSV(B) 358.64º 0.8% 0.87% -
XYZ 31.31 17.47 4.63 -
YUV 98.08 100.31 215.67 -
System Red Green Blue C M Y K H S L
Decimal 221 45 49 0 0.80 0.78 0.13 358.64 0.72 0.52
Hex DD 2D 31 0 50 4E D 167 48 34
Octal 335 55 61 0 120 116 15 547 110 64
Binary 11011101 101101 110001 0 1010000 1001110 1101 101100111 1001000 110100

Color Harmonies of #DD2D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D31

Black with #DD2D31

Text Example


Text Example

White with #DD2D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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