Html Css Color HEX #DD373F Alizarin

📋 copy color: '#DD373F'

red 221 ◦ green 55 ◦ blue 63

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

Shades of Alizarin #DD373F

Tints of Alizarin #DD373F

RGB

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

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

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

R = 65.19%
G = 16.22%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD373F (or 0xDD373F) is known color: Alizarin. HEX triplet: DD, 37 and 3F. RGB value is (221,55,63). Sum of RGB (Red+Green+Blue) = 221+55+63=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD373F is #22C8C0. Grayscale: #696969. Windows color (decimal): -2279617 or 4143069. OLE color: 4143069.

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

Color convert

RGB 221 55 63 -
CMYK 0 0.75 0.71 0.13
HSL 357.11º 0.71% 0.54% -
HSV(B) 357.11º 0.75% 0.87% -
XYZ 32.08 18.46 6.58 -
YUV 105.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 221 55 63 0 0.75 0.71 0.13 357.11 0.71 0.54
Hex DD 37 3F 0 4B 47 D 165 47 36
Octal 335 67 77 0 113 107 15 545 107 66
Binary 11011101 110111 111111 0 1001011 1000111 1101 101100101 1000111 110110

Color Harmonies of #DD373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD373F

Black with #DD373F

Text Example


Text Example

White with #DD373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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