Html Css Color HEX #DD373C Alizarin

📋 copy color: '#DD373C'

red 221 ◦ green 55 ◦ blue 60

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

Shades of Alizarin #DD373C

Tints of Alizarin #DD373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 65.77%
G = 16.37%
B = 17.86%

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

#DD373C (or 0xDD373C) is known color: Alizarin. HEX triplet: DD, 37 and 3C. RGB value is (221,55,60). Sum of RGB (Red+Green+Blue) = 221+55+60=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD373C is #22C8C3. Grayscale: #696969. Windows color (decimal): -2279620 or 3946461. OLE color: 3946461.

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

Color convert

RGB 221 55 60 -
CMYK 0 0.75 0.73 0.13
HSL 358.19º 0.71% 0.54% -
HSV(B) 358.19º 0.75% 0.87% -
XYZ 32 18.43 6.15 -
YUV 105.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 221 55 60 0 0.75 0.73 0.13 358.19 0.71 0.54
Hex DD 37 3C 0 4B 49 D 166 47 36
Octal 335 67 74 0 113 111 15 546 107 66
Binary 11011101 110111 111100 0 1001011 1001001 1101 101100110 1000111 110110

Color Harmonies of #DD373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD373C

Black with #DD373C

Text Example


Text Example

White with #DD373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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