Html Css Color HEX #DD303E Alizarin

📋 copy color: '#DD303E'

red 221 ◦ green 48 ◦ blue 62

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

Shades of Alizarin #DD303E

Tints of Alizarin #DD303E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 66.77%
G = 14.5%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD303E (or 0xDD303E) is known color: Alizarin. HEX triplet: DD, 30 and 3E. RGB value is (221,48,62). Sum of RGB (Red+Green+Blue) = 221+48+62=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303E is #22CFC1. Grayscale: #656565. Windows color (decimal): -2281410 or 4075741. OLE color: 4075741.

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

Color convert

RGB 221 48 62 -
CMYK 0 0.78 0.72 0.13
HSL 355.14º 0.72% 0.53% -
HSV(B) 355.14º 0.78% 0.87% -
XYZ 31.75 17.83 6.33 -
YUV 101.32 105.81 213.36 -
System Red Green Blue C M Y K H S L
Decimal 221 48 62 0 0.78 0.72 0.13 355.14 0.72 0.53
Hex DD 30 3E 0 4E 48 D 163 48 35
Octal 335 60 76 0 116 110 15 543 110 65
Binary 11011101 110000 111110 0 1001110 1001000 1101 101100011 1001000 110101

Color Harmonies of #DD303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD303E

Black with #DD303E

Text Example


Text Example

White with #DD303E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD303E; }

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

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

background-color css

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

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

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

border-color css

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

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

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