Html Css Color HEX #DD2940 Alizarin

📋 copy color: '#DD2940'

red 221 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #DD2940

Tints of Alizarin #DD2940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 67.79%
G = 12.58%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2940 (or 0xDD2940) is known color: Alizarin. HEX triplet: DD, 29 and 40. RGB value is (221,41,64). Sum of RGB (Red+Green+Blue) = 221+41+64=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2940 is #22D6BF. Grayscale: #616161. Windows color (decimal): -2283200 or 4205021. OLE color: 4205021.

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

Color convert

RGB 221 41 64 -
CMYK 0 0.81 0.71 0.13
HSL 352.33º 0.73% 0.51% -
HSV(B) 352.33º 0.81% 0.87% -
XYZ 31.54 17.33 6.53 -
YUV 97.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 221 41 64 0 0.81 0.71 0.13 352.33 0.73 0.51
Hex DD 29 40 0 51 47 D 160 49 33
Octal 335 51 100 0 121 107 15 540 111 63
Binary 11011101 101001 1000000 0 1010001 1000111 1101 101100000 1001001 110011

Color Harmonies of #DD2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2940

Black with #DD2940

Text Example


Text Example

White with #DD2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2940; }

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

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

background-color css

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

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

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

border-color css

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

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

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