Html Css Color HEX #DD313F Alizarin

📋 copy color: '#DD313F'

red 221 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #DD313F

Tints of Alizarin #DD313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.92%

R = 66.37%
G = 14.71%
B = 18.92%

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

#DD313F (or 0xDD313F) is known color: Alizarin. HEX triplet: DD, 31 and 3F. RGB value is (221,49,63). Sum of RGB (Red+Green+Blue) = 221+49+63=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD313F is #22CEC0. Grayscale: #666666. Windows color (decimal): -2281153 or 4141533. OLE color: 4141533.

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

Color convert

RGB 221 49 63 -
CMYK 0 0.78 0.71 0.13
HSL 355.12º 0.72% 0.53% -
HSV(B) 355.12º 0.78% 0.87% -
XYZ 31.81 17.93 6.49 -
YUV 102.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 221 49 63 0 0.78 0.71 0.13 355.12 0.72 0.53
Hex DD 31 3F 0 4E 47 D 163 48 35
Octal 335 61 77 0 116 107 15 543 110 65
Binary 11011101 110001 111111 0 1001110 1000111 1101 101100011 1001000 110101

Color Harmonies of #DD313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD313F

Black with #DD313F

Text Example


Text Example

White with #DD313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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