Html Css Color HEX #DD273C Alizarin

📋 copy color: '#DD273C'

red 221 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #DD273C

Tints of Alizarin #DD273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 69.06%
G = 12.19%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD273C (or 0xDD273C) is known color: Alizarin. HEX triplet: DD, 27 and 3C. RGB value is (221,39,60). Sum of RGB (Red+Green+Blue) = 221+39+60=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD273C is #22D8C3. Grayscale: #5F5F5F. Windows color (decimal): -2283716 or 3942365. OLE color: 3942365.

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

Color convert

RGB 221 39 60 -
CMYK 0 0.82 0.73 0.13
HSL 353.08º 0.73% 0.51% -
HSV(B) 353.08º 0.82% 0.87% -
XYZ 31.36 17.15 5.93 -
YUV 95.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 221 39 60 0 0.82 0.73 0.13 353.08 0.73 0.51
Hex DD 27 3C 0 52 49 D 161 49 33
Octal 335 47 74 0 122 111 15 541 111 63
Binary 11011101 100111 111100 0 1010010 1001001 1101 101100001 1001001 110011

Color Harmonies of #DD273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD273C

Black with #DD273C

Text Example


Text Example

White with #DD273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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