Html Css Color HEX #DD313E Alizarin

📋 copy color: '#DD313E'

red 221 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #DD313E

Tints of Alizarin #DD313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 66.57%
G = 14.76%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD313E (or 0xDD313E) is known color: Alizarin. HEX triplet: DD, 31 and 3E. RGB value is (221,49,62). Sum of RGB (Red+Green+Blue) = 221+49+62=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD313E is #22CEC1. Grayscale: #666666. Windows color (decimal): -2281154 or 4075997. OLE color: 4075997.

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

Color convert

RGB 221 49 62 -
CMYK 0 0.78 0.72 0.13
HSL 355.47º 0.72% 0.53% -
HSV(B) 355.47º 0.78% 0.87% -
XYZ 31.79 17.92 6.34 -
YUV 101.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 221 49 62 0 0.78 0.72 0.13 355.47 0.72 0.53
Hex DD 31 3E 0 4E 48 D 163 48 35
Octal 335 61 76 0 116 110 15 543 110 65
Binary 11011101 110001 111110 0 1001110 1001000 1101 101100011 1001000 110101

Color Harmonies of #DD313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD313E

Black with #DD313E

Text Example


Text Example

White with #DD313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD313E; }

 p { color: rgb(221,49,62); }

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

background-color css

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

 a { background-color: rgb(221,49,62); }

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

border-color css

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

 span { border-color: rgb(221,49,62); }

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