Html Css Color HEX #DD3243 Alizarin

📋 copy color: '#DD3243'

red 221 ◦ green 50 ◦ blue 67

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

Shades of Alizarin #DD3243

Tints of Alizarin #DD3243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 65.38%
G = 14.79%
B = 19.82%

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

#DD3243 (or 0xDD3243) is known color: Alizarin. HEX triplet: DD, 32 and 43. RGB value is (221,50,67). Sum of RGB (Red+Green+Blue) = 221+50+67=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3243 is #22CDBC. Grayscale: #676767. Windows color (decimal): -2280893 or 4403933. OLE color: 4403933.

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

Color convert

RGB 221 50 67 -
CMYK 0 0.77 0.70 0.13
HSL 354.04º 0.72% 0.53% -
HSV(B) 354.04º 0.77% 0.87% -
XYZ 31.97 18.06 7.11 -
YUV 103.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 221 50 67 0 0.77 0.70 0.13 354.04 0.72 0.53
Hex DD 32 43 0 4D 46 D 162 48 35
Octal 335 62 103 0 115 106 15 542 110 65
Binary 11011101 110010 1000011 0 1001101 1000110 1101 101100010 1001000 110101

Color Harmonies of #DD3243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3243

Black with #DD3243

Text Example


Text Example

White with #DD3243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3243; }

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

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

background-color css

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

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

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

border-color css

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

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

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