Html Css Color HEX #DD373B Alizarin

📋 copy color: '#DD373B'

red 221 ◦ green 55 ◦ blue 59

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

Shades of Alizarin #DD373B

Tints of Alizarin #DD373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.42%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 65.97%
G = 16.42%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD373B (or 0xDD373B) is known color: Alizarin. HEX triplet: DD, 37 and 3B. RGB value is (221,55,59). Sum of RGB (Red+Green+Blue) = 221+55+59=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD373B is #22C8C4. Grayscale: #696969. Windows color (decimal): -2279621 or 3880925. OLE color: 3880925.

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

Color convert

RGB 221 55 59 -
CMYK 0 0.75 0.73 0.13
HSL 358.55º 0.71% 0.54% -
HSV(B) 358.55º 0.75% 0.87% -
XYZ 31.97 18.42 6.01 -
YUV 105.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 221 55 59 0 0.75 0.73 0.13 358.55 0.71 0.54
Hex DD 37 3B 0 4B 49 D 167 47 36
Octal 335 67 73 0 113 111 15 547 107 66
Binary 11011101 110111 111011 0 1001011 1001001 1101 101100111 1000111 110110

Color Harmonies of #DD373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD373B

Black with #DD373B

Text Example


Text Example

White with #DD373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD373B; }

 p { color: rgb(221,55,59); }

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

background-color css

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

 a { background-color: rgb(221,55,59); }

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

border-color css

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

 span { border-color: rgb(221,55,59); }

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