Html Css Color HEX #DD1F31 Alizarin

📋 copy color: '#DD1F31'

red 221 ◦ green 31 ◦ blue 49

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

Shades of Alizarin #DD1F31

Tints of Alizarin #DD1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 73.42%
G = 10.3%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD1F31 (or 0xDD1F31) is known color: Alizarin. HEX triplet: DD, 1F and 31. RGB value is (221,31,49). Sum of RGB (Red+Green+Blue) = 221+31+49=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F31 is #22E0CE. Grayscale: #595959. Windows color (decimal): -2285775 or 3219421. OLE color: 3219421.

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

Color convert

RGB 221 31 49 -
CMYK 0 0.86 0.78 0.13
HSL 354.32º 0.75% 0.49% -
HSV(B) 354.32º 0.86% 0.87% -
XYZ 30.86 16.57 4.48 -
YUV 89.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 221 31 49 0 0.86 0.78 0.13 354.32 0.75 0.49
Hex DD 1F 31 0 56 4E D 162 4B 31
Octal 335 37 61 0 126 116 15 542 113 61
Binary 11011101 11111 110001 0 1010110 1001110 1101 101100010 1001011 110001

Color Harmonies of #DD1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F31

Black with #DD1F31

Text Example


Text Example

White with #DD1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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