Html Css Color HEX #DD3740 Alizarin

📋 copy color: '#DD3740'

red 221 ◦ green 55 ◦ blue 64

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

Shades of Alizarin #DD3740

Tints of Alizarin #DD3740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 65%
G = 16.18%
B = 18.82%

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

#DD3740 (or 0xDD3740) is known color: Alizarin. HEX triplet: DD, 37 and 40. RGB value is (221,55,64). Sum of RGB (Red+Green+Blue) = 221+55+64=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3740 is #22C8BF. Grayscale: #696969. Windows color (decimal): -2279616 or 4208605. OLE color: 4208605.

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

Color convert

RGB 221 55 64 -
CMYK 0 0.75 0.71 0.13
HSL 356.75º 0.71% 0.54% -
HSV(B) 356.75º 0.75% 0.87% -
XYZ 32.11 18.47 6.72 -
YUV 105.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 221 55 64 0 0.75 0.71 0.13 356.75 0.71 0.54
Hex DD 37 40 0 4B 47 D 165 47 36
Octal 335 67 100 0 113 107 15 545 107 66
Binary 11011101 110111 1000000 0 1001011 1000111 1101 101100101 1000111 110110

Color Harmonies of #DD3740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3740

Black with #DD3740

Text Example


Text Example

White with #DD3740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3740; }

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

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

background-color css

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

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

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

border-color css

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

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

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