Html Css Color HEX #DD1F27 Alizarin

📋 copy color: '#DD1F27'

red 221 ◦ green 31 ◦ blue 39

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

Shades of Alizarin #DD1F27

Tints of Alizarin #DD1F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 75.95%
G = 10.65%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1F27 (or 0xDD1F27) is known color: Alizarin. HEX triplet: DD, 1F and 27. RGB value is (221,31,39). Sum of RGB (Red+Green+Blue) = 221+31+39=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F27 is #22E0D8. Grayscale: #585858. Windows color (decimal): -2285785 or 2564061. OLE color: 2564061.

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

Color convert

RGB 221 31 39 -
CMYK 0 0.86 0.82 0.13
HSL 357.47º 0.75% 0.49% -
HSV(B) 357.47º 0.86% 0.87% -
XYZ 30.67 16.5 3.49 -
YUV 88.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 221 31 39 0 0.86 0.82 0.13 357.47 0.75 0.49
Hex DD 1F 27 0 56 52 D 165 4B 31
Octal 335 37 47 0 126 122 15 545 113 61
Binary 11011101 11111 100111 0 1010110 1010010 1101 101100101 1001011 110001

Color Harmonies of #DD1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F27

Black with #DD1F27

Text Example


Text Example

White with #DD1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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