Html Css Color HEX #DD3242 Alizarin

📋 copy color: '#DD3242'

red 221 ◦ green 50 ◦ blue 66

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

Shades of Alizarin #DD3242

Tints of Alizarin #DD3242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 65.58%
G = 14.84%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD3242 (or 0xDD3242) is known color: Alizarin. HEX triplet: DD, 32 and 42. RGB value is (221,50,66). Sum of RGB (Red+Green+Blue) = 221+50+66=337 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.58% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3242 is #22CDBD. Grayscale: #676767. Windows color (decimal): -2280894 or 4338397. OLE color: 4338397.

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

Color convert

RGB 221 50 66 -
CMYK 0 0.77 0.70 0.13
HSL 354.39º 0.72% 0.53% -
HSV(B) 354.39º 0.77% 0.87% -
XYZ 31.94 18.05 6.95 -
YUV 102.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 221 50 66 0 0.77 0.70 0.13 354.39 0.72 0.53
Hex DD 32 42 0 4D 46 D 162 48 35
Octal 335 62 102 0 115 106 15 542 110 65
Binary 11011101 110010 1000010 0 1001101 1000110 1101 101100010 1001000 110101

Color Harmonies of #DD3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3242

Black with #DD3242

Text Example


Text Example

White with #DD3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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