Html Css Color HEX #DD2840 Alizarin

📋 copy color: '#DD2840'

red 221 ◦ green 40 ◦ blue 64

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

Shades of Alizarin #DD2840

Tints of Alizarin #DD2840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

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

R = 68%
G = 12.31%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2840 (or 0xDD2840) is known color: Alizarin. HEX triplet: DD, 28 and 40. RGB value is (221,40,64). Sum of RGB (Red+Green+Blue) = 221+40+64=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2840 is #22D7BF. Grayscale: #606060. Windows color (decimal): -2283456 or 4204765. OLE color: 4204765.

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

Color convert

RGB 221 40 64 -
CMYK 0 0.82 0.71 0.13
HSL 352.04º 0.73% 0.51% -
HSV(B) 352.04º 0.82% 0.87% -
XYZ 31.5 17.26 6.52 -
YUV 96.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 221 40 64 0 0.82 0.71 0.13 352.04 0.73 0.51
Hex DD 28 40 0 52 47 D 160 49 33
Octal 335 50 100 0 122 107 15 540 111 63
Binary 11011101 101000 1000000 0 1010010 1000111 1101 101100000 1001001 110011

Color Harmonies of #DD2840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2840

Black with #DD2840

Text Example


Text Example

White with #DD2840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2840; }

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

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

background-color css

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

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

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

border-color css

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

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

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