Html Css Color HEX #DD353F Alizarin

📋 copy color: '#DD353F'

red 221 ◦ green 53 ◦ blue 63

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

Shades of Alizarin #DD353F

Tints of Alizarin #DD353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 65.58%
G = 15.73%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD353F (or 0xDD353F) is known color: Alizarin. HEX triplet: DD, 35 and 3F. RGB value is (221,53,63). Sum of RGB (Red+Green+Blue) = 221+53+63=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD353F is #22CAC0. Grayscale: #686868. Windows color (decimal): -2280129 or 4142557. OLE color: 4142557.

HSL color Cylindrical-coordinate representation of color #DD353F: hue angle of 356.43º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD353F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 53 63 -
CMYK 0 0.76 0.71 0.13
HSL 356.43º 0.71% 0.54% -
HSV(B) 356.43º 0.76% 0.87% -
XYZ 31.99 18.28 6.54 -
YUV 104.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 221 53 63 0 0.76 0.71 0.13 356.43 0.71 0.54
Hex DD 35 3F 0 4C 47 D 164 47 36
Octal 335 65 77 0 114 107 15 544 107 66
Binary 11011101 110101 111111 0 1001100 1000111 1101 101100100 1000111 110110

Color Harmonies of #DD353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD353F

Black with #DD353F

Text Example


Text Example

White with #DD353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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