Html Css Color HEX #DD2341 Alizarin

📋 copy color: '#DD2341'

red 221 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #DD2341

Tints of Alizarin #DD2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.9%

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 68.85%
G = 10.9%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2341 (or 0xDD2341) is known color: Alizarin. HEX triplet: DD, 23 and 41. RGB value is (221,35,65). Sum of RGB (Red+Green+Blue) = 221+35+65=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2341 is #22DCBE. Grayscale: #5E5E5E. Windows color (decimal): -2284735 or 4269021. OLE color: 4269021.

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

Color convert

RGB 221 35 65 -
CMYK 0 0.84 0.71 0.13
HSL 350.32º 0.73% 0.5% -
HSV(B) 350.32º 0.84% 0.87% -
XYZ 31.37 16.96 6.62 -
YUV 94.03 111.62 218.56 -
System Red Green Blue C M Y K H S L
Decimal 221 35 65 0 0.84 0.71 0.13 350.32 0.73 0.5
Hex DD 23 41 0 54 47 D 15E 49 32
Octal 335 43 101 0 124 107 15 536 111 62
Binary 11011101 100011 1000001 0 1010100 1000111 1101 101011110 1001001 110010

Color Harmonies of #DD2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2341

Black with #DD2341

Text Example


Text Example

White with #DD2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2341; }

 p { color: rgb(221,35,65); }

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

background-color css

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

 a { background-color: rgb(221,35,65); }

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

border-color css

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

 span { border-color: rgb(221,35,65); }

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