Html Css Color HEX #DD2737 Alizarin

📋 copy color: '#DD2737'

red 221 ◦ green 39 ◦ blue 55

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

Shades of Alizarin #DD2737

Tints of Alizarin #DD2737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 70.16%
G = 12.38%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2737 (or 0xDD2737) is known color: Alizarin. HEX triplet: DD, 27 and 37. RGB value is (221,39,55). Sum of RGB (Red+Green+Blue) = 221+39+55=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2737 is #22D8C8. Grayscale: #5F5F5F. Windows color (decimal): -2283721 or 3614685. OLE color: 3614685.

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

Color convert

RGB 221 39 55 -
CMYK 0 0.82 0.75 0.13
HSL 354.73º 0.73% 0.51% -
HSV(B) 354.73º 0.82% 0.87% -
XYZ 31.23 17.1 5.27 -
YUV 95.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 221 39 55 0 0.82 0.75 0.13 354.73 0.73 0.51
Hex DD 27 37 0 52 4B D 163 49 33
Octal 335 47 67 0 122 113 15 543 111 63
Binary 11011101 100111 110111 0 1010010 1001011 1101 101100011 1001001 110011

Color Harmonies of #DD2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2737

Black with #DD2737

Text Example


Text Example

White with #DD2737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2737; }

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

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

background-color css

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

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

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

border-color css

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

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

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