Html Css Color HEX #DD2D3B Alizarin

📋 copy color: '#DD2D3B'

red 221 ◦ green 45 ◦ blue 59

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

Shades of Alizarin #DD2D3B

Tints of Alizarin #DD2D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 68%
G = 13.85%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD2D3B (or 0xDD2D3B) is known color: Alizarin. HEX triplet: DD, 2D and 3B. RGB value is (221,45,59). Sum of RGB (Red+Green+Blue) = 221+45+59=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D3B is #22D2C4. Grayscale: #636363. Windows color (decimal): -2282181 or 3878365. OLE color: 3878365.

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

Color convert

RGB 221 45 59 -
CMYK 0 0.80 0.73 0.13
HSL 355.23º 0.72% 0.52% -
HSV(B) 355.23º 0.8% 0.87% -
XYZ 31.55 17.56 5.87 -
YUV 99.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 221 45 59 0 0.80 0.73 0.13 355.23 0.72 0.52
Hex DD 2D 3B 0 50 49 D 163 48 34
Octal 335 55 73 0 120 111 15 543 110 64
Binary 11011101 101101 111011 0 1010000 1001001 1101 101100011 1001000 110100

Color Harmonies of #DD2D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D3B

Black with #DD2D3B

Text Example


Text Example

White with #DD2D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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