Html Css Color HEX #DD273A Alizarin

📋 copy color: '#DD273A'

red 221 ◦ green 39 ◦ blue 58

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

Shades of Alizarin #DD273A

Tints of Alizarin #DD273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 69.5%
G = 12.26%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD273A (or 0xDD273A) is known color: Alizarin. HEX triplet: DD, 27 and 3A. RGB value is (221,39,58). Sum of RGB (Red+Green+Blue) = 221+39+58=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD273A is #22D8C5. Grayscale: #5F5F5F. Windows color (decimal): -2283718 or 3811293. OLE color: 3811293.

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

Color convert

RGB 221 39 58 -
CMYK 0 0.82 0.74 0.13
HSL 353.74º 0.73% 0.51% -
HSV(B) 353.74º 0.82% 0.87% -
XYZ 31.31 17.13 5.66 -
YUV 95.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 221 39 58 0 0.82 0.74 0.13 353.74 0.73 0.51
Hex DD 27 3A 0 52 4A D 162 49 33
Octal 335 47 72 0 122 112 15 542 111 63
Binary 11011101 100111 111010 0 1010010 1001010 1101 101100010 1001001 110011

Color Harmonies of #DD273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD273A

Black with #DD273A

Text Example


Text Example

White with #DD273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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