Html Css Color HEX #DD2D41 Alizarin

📋 copy color: '#DD2D41'

red 221 ◦ green 45 ◦ blue 65

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

Shades of Alizarin #DD2D41

Tints of Alizarin #DD2D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

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

R = 66.77%
G = 13.6%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD2D41 (or 0xDD2D41) is known color: Alizarin. HEX triplet: DD, 2D and 41. RGB value is (221,45,65). Sum of RGB (Red+Green+Blue) = 221+45+65=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D41 is #22D2BE. Grayscale: #646464. Windows color (decimal): -2282175 or 4271581. OLE color: 4271581.

HSL color Cylindrical-coordinate representation of color #DD2D41: hue angle of 353.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D41 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 65 -
CMYK 0 0.80 0.71 0.13
HSL 353.18º 0.72% 0.52% -
HSV(B) 353.18º 0.8% 0.87% -
XYZ 31.71 17.63 6.73 -
YUV 99.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 221 45 65 0 0.80 0.71 0.13 353.18 0.72 0.52
Hex DD 2D 41 0 50 47 D 161 48 34
Octal 335 55 101 0 120 107 15 541 110 64
Binary 11011101 101101 1000001 0 1010000 1000111 1101 101100001 1001000 110100

Color Harmonies of #DD2D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D41

Black with #DD2D41

Text Example


Text Example

White with #DD2D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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