Html Css Color HEX #DD3140 Alizarin

📋 copy color: '#DD3140'

red 221 ◦ green 49 ◦ blue 64

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

Shades of Alizarin #DD3140

Tints of Alizarin #DD3140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 66.17%
G = 14.67%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3140 (or 0xDD3140) is known color: Alizarin. HEX triplet: DD, 31 and 40. RGB value is (221,49,64). Sum of RGB (Red+Green+Blue) = 221+49+64=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3140 is #22CEBF. Grayscale: #666666. Windows color (decimal): -2281152 or 4207069. OLE color: 4207069.

HSL color Cylindrical-coordinate representation of color #DD3140: hue angle of 354.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3140 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 64 -
CMYK 0 0.78 0.71 0.13
HSL 354.77º 0.72% 0.53% -
HSV(B) 354.77º 0.78% 0.87% -
XYZ 31.84 17.94 6.63 -
YUV 102.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 221 49 64 0 0.78 0.71 0.13 354.77 0.72 0.53
Hex DD 31 40 0 4E 47 D 163 48 35
Octal 335 61 100 0 116 107 15 543 110 65
Binary 11011101 110001 1000000 0 1001110 1000111 1101 101100011 1001000 110101

Color Harmonies of #DD3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3140

Black with #DD3140

Text Example


Text Example

White with #DD3140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3140; }

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

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

background-color css

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

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

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

border-color css

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

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

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