Html Css Color HEX #DD3041 Alizarin

📋 copy color: '#DD3041'

red 221 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #DD3041

Tints of Alizarin #DD3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 66.17%
G = 14.37%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3041 (or 0xDD3041) is known color: Alizarin. HEX triplet: DD, 30 and 41. RGB value is (221,48,65). Sum of RGB (Red+Green+Blue) = 221+48+65=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3041 is #22CFBE. Grayscale: #656565. Windows color (decimal): -2281407 or 4272349. OLE color: 4272349.

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

Color convert

RGB 221 48 65 -
CMYK 0 0.78 0.71 0.13
HSL 354.1º 0.72% 0.53% -
HSV(B) 354.1º 0.78% 0.87% -
XYZ 31.83 17.87 6.77 -
YUV 101.67 107.31 213.12 -
System Red Green Blue C M Y K H S L
Decimal 221 48 65 0 0.78 0.71 0.13 354.1 0.72 0.53
Hex DD 30 41 0 4E 47 D 162 48 35
Octal 335 60 101 0 116 107 15 542 110 65
Binary 11011101 110000 1000001 0 1001110 1000111 1101 101100010 1001000 110101

Color Harmonies of #DD3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3041

Black with #DD3041

Text Example


Text Example

White with #DD3041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3041; }

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

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

background-color css

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

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

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

border-color css

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

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

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