Html Css Color HEX #DD3637 Alizarin

📋 copy color: '#DD3637'

red 221 ◦ green 54 ◦ blue 55

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

Shades of Alizarin #DD3637

Tints of Alizarin #DD3637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 55 (21.88% from 255) = 16.67%

R = 66.97%
G = 16.36%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3637 (or 0xDD3637) is known color: Alizarin. HEX triplet: DD, 36 and 37. RGB value is (221,54,55). Sum of RGB (Red+Green+Blue) = 221+54+55=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 55 (21.88% from 255 or 16.67% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3637 is #22C9C8. Grayscale: #686868. Windows color (decimal): -2279881 or 3618525. OLE color: 3618525.

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

Color convert

RGB 221 54 55 -
CMYK 0 0.76 0.75 0.13
HSL 359.64º 0.71% 0.54% -
HSV(B) 359.64º 0.76% 0.87% -
XYZ 31.83 18.29 5.47 -
YUV 104.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 221 54 55 0 0.76 0.75 0.13 359.64 0.71 0.54
Hex DD 36 37 0 4C 4B D 168 47 36
Octal 335 66 67 0 114 113 15 550 107 66
Binary 11011101 110110 110111 0 1001100 1001011 1101 101101000 1000111 110110

Color Harmonies of #DD3637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3637

Black with #DD3637

Text Example


Text Example

White with #DD3637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3637; }

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

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

background-color css

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

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

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

border-color css

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

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

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