Html Css Color HEX #DD2C3C Alizarin

📋 copy color: '#DD2C3C'

red 221 ◦ green 44 ◦ blue 60

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

Shades of Alizarin #DD2C3C

Tints of Alizarin #DD2C3C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 68%
G = 13.54%
B = 18.46%

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

#DD2C3C (or 0xDD2C3C) is known color: Alizarin. HEX triplet: DD, 2C and 3C. RGB value is (221,44,60). Sum of RGB (Red+Green+Blue) = 221+44+60=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C3C is #22D3C3. Grayscale: #626262. Windows color (decimal): -2282436 or 3943645. OLE color: 3943645.

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

Color convert

RGB 221 44 60 -
CMYK 0 0.80 0.73 0.13
HSL 354.58º 0.72% 0.52% -
HSV(B) 354.58º 0.8% 0.87% -
XYZ 31.54 17.5 5.99 -
YUV 98.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 221 44 60 0 0.80 0.73 0.13 354.58 0.72 0.52
Hex DD 2C 3C 0 50 49 D 163 48 34
Octal 335 54 74 0 120 111 15 543 110 64
Binary 11011101 101100 111100 0 1010000 1001001 1101 101100011 1001000 110100

Color Harmonies of #DD2C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C3C

Black with #DD2C3C

Text Example


Text Example

White with #DD2C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C3C; }

 p { color: rgb(221,44,60); }

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

background-color css

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

 a { background-color: rgb(221,44,60); }

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

border-color css

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

 span { border-color: rgb(221,44,60); }

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