Html Css Color HEX #DD2D3F Alizarin

📋 copy color: '#DD2D3F'

red 221 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #DD2D3F

Tints of Alizarin #DD2D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 67.17%
G = 13.68%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2D3F (or 0xDD2D3F) is known color: Alizarin. HEX triplet: DD, 2D and 3F. RGB value is (221,45,63). Sum of RGB (Red+Green+Blue) = 221+45+63=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D3F is #22D2C0. Grayscale: #636363. Windows color (decimal): -2282177 or 4140509. OLE color: 4140509.

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

Color convert

RGB 221 45 63 -
CMYK 0 0.80 0.71 0.13
HSL 353.86º 0.72% 0.52% -
HSV(B) 353.86º 0.8% 0.87% -
XYZ 31.65 17.61 6.43 -
YUV 99.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 221 45 63 0 0.80 0.71 0.13 353.86 0.72 0.52
Hex DD 2D 3F 0 50 47 D 162 48 34
Octal 335 55 77 0 120 107 15 542 110 64
Binary 11011101 101101 111111 0 1010000 1000111 1101 101100010 1001000 110100

Color Harmonies of #DD2D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D3F

Black with #DD2D3F

Text Example


Text Example

White with #DD2D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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