Html Css Color HEX #DD5E59 Roman

📋 copy color: '#DD5E59'

red 221 ◦ green 94 ◦ blue 89

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

Shades of Roman #DD5E59

Tints of Roman #DD5E59

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.27%

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 54.7%
G = 23.27%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5E59 (or 0xDD5E59) is known color: Roman. HEX triplet: DD, 5E and 59. RGB value is (221,94,89). Sum of RGB (Red+Green+Blue) = 221+94+89=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E59 is #22A1A6. Grayscale: #838383. Windows color (decimal): -2269607 or 5856989. OLE color: 5856989.

HSL color Cylindrical-coordinate representation of color #DD5E59: hue angle of 2.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5E59 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 89 -
CMYK 0 0.57 0.60 0.13
HSL 2.27º 0.66% 0.61% -
HSV(B) 2.27º 0.6% 0.87% -
XYZ 35.62 24.1 12.23 -
YUV 131.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 221 94 89 0 0.57 0.60 0.13 2.27 0.66 0.61
Hex DD 5E 59 0 39 3C D 2 42 3D
Octal 335 136 131 0 71 74 15 2 102 75
Binary 11011101 1011110 1011001 0 111001 111100 1101 10 1000010 111101

Color Harmonies of #DD5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E59

Black with #DD5E59

Text Example


Text Example

White with #DD5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E59; }

 p { color: rgb(221,94,89); }

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

background-color css

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

 a { background-color: rgb(221,94,89); }

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

border-color css

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

 span { border-color: rgb(221,94,89); }

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