Html Css Color HEX #DD303C Alizarin

📋 copy color: '#DD303C'

red 221 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #DD303C

Tints of Alizarin #DD303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.59%

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

R = 67.17%
G = 14.59%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD303C (or 0xDD303C) is known color: Alizarin. HEX triplet: DD, 30 and 3C. RGB value is (221,48,60). Sum of RGB (Red+Green+Blue) = 221+48+60=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303C is #22CFC3. Grayscale: #656565. Windows color (decimal): -2281412 or 3944669. OLE color: 3944669.

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

Color convert

RGB 221 48 60 -
CMYK 0 0.78 0.73 0.13
HSL 355.84º 0.72% 0.53% -
HSV(B) 355.84º 0.78% 0.87% -
XYZ 31.69 17.81 6.04 -
YUV 101.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 221 48 60 0 0.78 0.73 0.13 355.84 0.72 0.53
Hex DD 30 3C 0 4E 49 D 164 48 35
Octal 335 60 74 0 116 111 15 544 110 65
Binary 11011101 110000 111100 0 1001110 1001001 1101 101100100 1001000 110101

Color Harmonies of #DD303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD303C

Black with #DD303C

Text Example


Text Example

White with #DD303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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