Html Css Color HEX #DD3738 Alizarin

📋 copy color: '#DD3738'

red 221 ◦ green 55 ◦ blue 56

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

Shades of Alizarin #DD3738

Tints of Alizarin #DD3738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 66.57%
G = 16.57%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD3738 (or 0xDD3738) is known color: Alizarin. HEX triplet: DD, 37 and 38. RGB value is (221,55,56). Sum of RGB (Red+Green+Blue) = 221+55+56=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3738 is #22C8C7. Grayscale: #686868. Windows color (decimal): -2279624 or 3684317. OLE color: 3684317.

HSL color Cylindrical-coordinate representation of color #DD3738: 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.75%. Process color model (Four color, CMYK) of #DD3738 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 56 -
CMYK 0 0.75 0.75 0.13
HSL 359.64º 0.71% 0.54% -
HSV(B) 359.64º 0.75% 0.87% -
XYZ 31.9 18.39 5.61 -
YUV 104.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 221 55 56 0 0.75 0.75 0.13 359.64 0.71 0.54
Hex DD 37 38 0 4B 4B D 168 47 36
Octal 335 67 70 0 113 113 15 550 107 66
Binary 11011101 110111 111000 0 1001011 1001011 1101 101101000 1000111 110110

Color Harmonies of #DD3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3738

Black with #DD3738

Text Example


Text Example

White with #DD3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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