Html Css Color HEX #DD2942 Alizarin

📋 copy color: '#DD2942'

red 221 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #DD2942

Tints of Alizarin #DD2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

 BLUE value IS 66 (26.17% from 255) = 20.12%

R = 67.38%
G = 12.5%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2942 (or 0xDD2942) is known color: Alizarin. HEX triplet: DD, 29 and 42. RGB value is (221,41,66). Sum of RGB (Red+Green+Blue) = 221+41+66=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2942 is #22D6BD. Grayscale: #616161. Windows color (decimal): -2283198 or 4336093. OLE color: 4336093.

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

Color convert

RGB 221 41 66 -
CMYK 0 0.81 0.70 0.13
HSL 351.67º 0.73% 0.51% -
HSV(B) 351.67º 0.81% 0.87% -
XYZ 31.6 17.35 6.84 -
YUV 97.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 221 41 66 0 0.81 0.70 0.13 351.67 0.73 0.51
Hex DD 29 42 0 51 46 D 160 49 33
Octal 335 51 102 0 121 106 15 540 111 63
Binary 11011101 101001 1000010 0 1010001 1000110 1101 101100000 1001001 110011

Color Harmonies of #DD2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2942

Black with #DD2942

Text Example


Text Example

White with #DD2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2942; }

 p { color: rgb(221,41,66); }

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

background-color css

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

 a { background-color: rgb(221,41,66); }

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

border-color css

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

 span { border-color: rgb(221,41,66); }

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