Html Css Color HEX #DD2D42 Alizarin

📋 copy color: '#DD2D42'

red 221 ◦ green 45 ◦ blue 66

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

Shades of Alizarin #DD2D42

Tints of Alizarin #DD2D42

RGB

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

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

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

R = 66.57%
G = 13.55%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2D42 (or 0xDD2D42) is known color: Alizarin. HEX triplet: DD, 2D and 42. RGB value is (221,45,66). Sum of RGB (Red+Green+Blue) = 221+45+66=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D42 is #22D2BD. Grayscale: #646464. Windows color (decimal): -2282174 or 4337117. OLE color: 4337117.

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

Color convert

RGB 221 45 66 -
CMYK 0 0.80 0.70 0.13
HSL 352.84º 0.72% 0.52% -
HSV(B) 352.84º 0.8% 0.87% -
XYZ 31.74 17.64 6.89 -
YUV 100.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 221 45 66 0 0.80 0.70 0.13 352.84 0.72 0.52
Hex DD 2D 42 0 50 46 D 161 48 34
Octal 335 55 102 0 120 106 15 541 110 64
Binary 11011101 101101 1000010 0 1010000 1000110 1101 101100001 1001000 110100

Color Harmonies of #DD2D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D42

Black with #DD2D42

Text Example


Text Example

White with #DD2D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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