Html Css Color HEX #DD2843 Alizarin

📋 copy color: '#DD2843'

red 221 ◦ green 40 ◦ blue 67

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

Shades of Alizarin #DD2843

Tints of Alizarin #DD2843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.43%

R = 67.38%
G = 12.2%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2843 (or 0xDD2843) is known color: Alizarin. HEX triplet: DD, 28 and 43. RGB value is (221,40,67). Sum of RGB (Red+Green+Blue) = 221+40+67=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2843 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2843 is #22D7BC. Grayscale: #616161. Windows color (decimal): -2283453 or 4401373. OLE color: 4401373.

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

Color convert

RGB 221 40 67 -
CMYK 0 0.82 0.70 0.13
HSL 351.05º 0.73% 0.51% -
HSV(B) 351.05º 0.82% 0.87% -
XYZ 31.59 17.29 6.98 -
YUV 97.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 221 40 67 0 0.82 0.70 0.13 351.05 0.73 0.51
Hex DD 28 43 0 52 46 D 15F 49 33
Octal 335 50 103 0 122 106 15 537 111 63
Binary 11011101 101000 1000011 0 1010010 1000110 1101 101011111 1001001 110011

Color Harmonies of #DD2843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2843

Black with #DD2843

Text Example


Text Example

White with #DD2843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2843; }

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

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

background-color css

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

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

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

border-color css

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

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

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