Html Css Color HEX #DD353A Alizarin

📋 copy color: '#DD353A'

red 221 ◦ green 53 ◦ blue 58

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

Shades of Alizarin #DD353A

Tints of Alizarin #DD353A

RGB

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

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

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

R = 66.57%
G = 15.96%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD353A (or 0xDD353A) is known color: Alizarin. HEX triplet: DD, 35 and 3A. RGB value is (221,53,58). Sum of RGB (Red+Green+Blue) = 221+53+58=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD353A is #22CAC5. Grayscale: #676767. Windows color (decimal): -2280134 or 3814877. OLE color: 3814877.

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

Color convert

RGB 221 53 58 -
CMYK 0 0.76 0.74 0.13
HSL 358.21º 0.71% 0.54% -
HSV(B) 358.21º 0.76% 0.87% -
XYZ 31.86 18.22 5.84 -
YUV 103.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 221 53 58 0 0.76 0.74 0.13 358.21 0.71 0.54
Hex DD 35 3A 0 4C 4A D 166 47 36
Octal 335 65 72 0 114 112 15 546 107 66
Binary 11011101 110101 111010 0 1001100 1001010 1101 101100110 1000111 110110

Color Harmonies of #DD353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD353A

Black with #DD353A

Text Example


Text Example

White with #DD353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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