Html Css Color HEX #DD272A Alizarin

📋 copy color: '#DD272A'

red 221 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #DD272A

Tints of Alizarin #DD272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 73.18%
G = 12.91%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD272A (or 0xDD272A) is known color: Alizarin. HEX triplet: DD, 27 and 2A. RGB value is (221,39,42). Sum of RGB (Red+Green+Blue) = 221+39+42=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD272A is #22D8D5. Grayscale: #5D5D5D. Windows color (decimal): -2283734 or 2762717. OLE color: 2762717.

HSL color Cylindrical-coordinate representation of color #DD272A: hue angle of 359.01º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD272A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 39 42 -
CMYK 0 0.82 0.81 0.13
HSL 359.01º 0.73% 0.51% -
HSV(B) 359.01º 0.82% 0.87% -
XYZ 30.96 16.99 3.84 -
YUV 93.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 221 39 42 0 0.82 0.81 0.13 359.01 0.73 0.51
Hex DD 27 2A 0 52 51 D 167 49 33
Octal 335 47 52 0 122 121 15 547 111 63
Binary 11011101 100111 101010 0 1010010 1010001 1101 101100111 1001001 110011

Color Harmonies of #DD272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD272A

Black with #DD272A

Text Example


Text Example

White with #DD272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD272A; }

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

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

background-color css

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

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

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

border-color css

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

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

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