Html Css Color HEX #DD2642 Alizarin

📋 copy color: '#DD2642'

red 221 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #DD2642

Tints of Alizarin #DD2642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 68%
G = 11.69%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2642 (or 0xDD2642) is known color: Alizarin. HEX triplet: DD, 26 and 42. RGB value is (221,38,66). Sum of RGB (Red+Green+Blue) = 221+38+66=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2642 is #22D9BD. Grayscale: #5F5F5F. Windows color (decimal): -2283966 or 4335325. OLE color: 4335325.

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

Color convert

RGB 221 38 66 -
CMYK 0 0.83 0.70 0.13
HSL 350.82º 0.73% 0.51% -
HSV(B) 350.82º 0.83% 0.87% -
XYZ 31.5 17.15 6.8 -
YUV 95.91 111.13 217.22 -
System Red Green Blue C M Y K H S L
Decimal 221 38 66 0 0.83 0.70 0.13 350.82 0.73 0.51
Hex DD 26 42 0 53 46 D 15F 49 33
Octal 335 46 102 0 123 106 15 537 111 63
Binary 11011101 100110 1000010 0 1010011 1000110 1101 101011111 1001001 110011

Color Harmonies of #DD2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2642

Black with #DD2642

Text Example


Text Example

White with #DD2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2642; }

 p { color: rgb(221,38,66); }

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

background-color css

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

 a { background-color: rgb(221,38,66); }

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

border-color css

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

 span { border-color: rgb(221,38,66); }

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