Html Css Color HEX #DD272F Alizarin

📋 copy color: '#DD272F'

red 221 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #DD272F

Tints of Alizarin #DD272F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 71.99%
G = 12.7%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD272F (or 0xDD272F) is known color: Alizarin. HEX triplet: DD, 27 and 2F. RGB value is (221,39,47). Sum of RGB (Red+Green+Blue) = 221+39+47=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD272F is #22D8D0. Grayscale: #5E5E5E. Windows color (decimal): -2283729 or 3090397. OLE color: 3090397.

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

Color convert

RGB 221 39 47 -
CMYK 0 0.82 0.79 0.13
HSL 357.36º 0.73% 0.51% -
HSV(B) 357.36º 0.82% 0.87% -
XYZ 31.06 17.03 4.34 -
YUV 94.33 101.3 218.35 -
System Red Green Blue C M Y K H S L
Decimal 221 39 47 0 0.82 0.79 0.13 357.36 0.73 0.51
Hex DD 27 2F 0 52 4F D 165 49 33
Octal 335 47 57 0 122 117 15 545 111 63
Binary 11011101 100111 101111 0 1010010 1001111 1101 101100101 1001001 110011

Color Harmonies of #DD272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD272F

Black with #DD272F

Text Example


Text Example

White with #DD272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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