Html Css Color HEX #DD1D32 Alizarin

📋 copy color: '#DD1D32'

red 221 ◦ green 29 ◦ blue 50

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

Shades of Alizarin #DD1D32

Tints of Alizarin #DD1D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 73.67%
G = 9.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD1D32 (or 0xDD1D32) is known color: Alizarin. HEX triplet: DD, 1D and 32. RGB value is (221,29,50). Sum of RGB (Red+Green+Blue) = 221+29+50=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1D32 is #22E2CD. Grayscale: #585858. Windows color (decimal): -2286286 or 3284445. OLE color: 3284445.

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

Color convert

RGB 221 29 50 -
CMYK 0 0.87 0.77 0.13
HSL 353.44º 0.77% 0.49% -
HSV(B) 353.44º 0.87% 0.87% -
XYZ 30.83 16.48 4.57 -
YUV 88.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 221 29 50 0 0.87 0.77 0.13 353.44 0.77 0.49
Hex DD 1D 32 0 57 4D D 161 4D 31
Octal 335 35 62 0 127 115 15 541 115 61
Binary 11011101 11101 110010 0 1010111 1001101 1101 101100001 1001101 110001

Color Harmonies of #DD1D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D32

Black with #DD1D32

Text Example


Text Example

White with #DD1D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D32; }

 p { color: rgb(221,29,50); }

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

background-color css

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

 a { background-color: rgb(221,29,50); }

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

border-color css

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

 span { border-color: rgb(221,29,50); }

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