Html Css Color HEX #DD2541 Alizarin

📋 copy color: '#DD2541'

red 221 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #DD2541

Tints of Alizarin #DD2541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

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

R = 68.42%
G = 11.46%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2541 (or 0xDD2541) is known color: Alizarin. HEX triplet: DD, 25 and 41. RGB value is (221,37,65). Sum of RGB (Red+Green+Blue) = 221+37+65=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2541 is #22DABE. Grayscale: #5F5F5F. Windows color (decimal): -2284223 or 4269533. OLE color: 4269533.

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

Color convert

RGB 221 37 65 -
CMYK 0 0.83 0.71 0.13
HSL 350.87º 0.73% 0.51% -
HSV(B) 350.87º 0.83% 0.87% -
XYZ 31.43 17.08 6.64 -
YUV 95.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 221 37 65 0 0.83 0.71 0.13 350.87 0.73 0.51
Hex DD 25 41 0 53 47 D 15F 49 33
Octal 335 45 101 0 123 107 15 537 111 63
Binary 11011101 100101 1000001 0 1010011 1000111 1101 101011111 1001001 110011

Color Harmonies of #DD2541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2541

Black with #DD2541

Text Example


Text Example

White with #DD2541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2541; }

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

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

background-color css

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

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

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

border-color css

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

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

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