Html Css Color HEX #DD303A Alizarin

📋 copy color: '#DD303A'

red 221 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #DD303A

Tints of Alizarin #DD303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 67.58%
G = 14.68%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD303A (or 0xDD303A) is known color: Alizarin. HEX triplet: DD, 30 and 3A. RGB value is (221,48,58). Sum of RGB (Red+Green+Blue) = 221+48+58=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303A is #22CFC5. Grayscale: #656565. Windows color (decimal): -2281414 or 3813597. OLE color: 3813597.

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

Color convert

RGB 221 48 58 -
CMYK 0 0.78 0.74 0.13
HSL 356.53º 0.72% 0.53% -
HSV(B) 356.53º 0.78% 0.87% -
XYZ 31.64 17.79 5.77 -
YUV 100.87 103.81 213.69 -
System Red Green Blue C M Y K H S L
Decimal 221 48 58 0 0.78 0.74 0.13 356.53 0.72 0.53
Hex DD 30 3A 0 4E 4A D 165 48 35
Octal 335 60 72 0 116 112 15 545 110 65
Binary 11011101 110000 111010 0 1001110 1001010 1101 101100101 1001000 110101

Color Harmonies of #DD303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD303A

Black with #DD303A

Text Example


Text Example

White with #DD303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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