Html Css Color HEX #DD303F Alizarin

📋 copy color: '#DD303F'

red 221 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #DD303F

Tints of Alizarin #DD303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 66.57%
G = 14.46%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD303F (or 0xDD303F) is known color: Alizarin. HEX triplet: DD, 30 and 3F. RGB value is (221,48,63). Sum of RGB (Red+Green+Blue) = 221+48+63=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD303F is #22CFC0. Grayscale: #656565. Windows color (decimal): -2281409 or 4141277. OLE color: 4141277.

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

Color convert

RGB 221 48 63 -
CMYK 0 0.78 0.71 0.13
HSL 354.8º 0.72% 0.53% -
HSV(B) 354.8º 0.78% 0.87% -
XYZ 31.77 17.84 6.47 -
YUV 101.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 221 48 63 0 0.78 0.71 0.13 354.8 0.72 0.53
Hex DD 30 3F 0 4E 47 D 163 48 35
Octal 335 60 77 0 116 107 15 543 110 65
Binary 11011101 110000 111111 0 1001110 1000111 1101 101100011 1001000 110101

Color Harmonies of #DD303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD303F

Black with #DD303F

Text Example


Text Example

White with #DD303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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