Html Css Color HEX #DD5E55 Roman

📋 copy color: '#DD5E55'

red 221 ◦ green 94 ◦ blue 85

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

Shades of Roman #DD5E55

Tints of Roman #DD5E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 55.25%
G = 23.5%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5E55 (or 0xDD5E55) is known color: Roman. HEX triplet: DD, 5E and 55. RGB value is (221,94,85). Sum of RGB (Red+Green+Blue) = 221+94+85=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E55 is #22A1AA. Grayscale: #838383. Windows color (decimal): -2269611 or 5594845. OLE color: 5594845.

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

Color convert

RGB 221 94 85 -
CMYK 0 0.57 0.62 0.13
HSL 3.97º 0.67% 0.6% -
HSV(B) 3.97º 0.62% 0.87% -
XYZ 35.46 24.03 11.36 -
YUV 130.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 221 94 85 0 0.57 0.62 0.13 3.97 0.67 0.6
Hex DD 5E 55 0 39 3E D 4 43 3C
Octal 335 136 125 0 71 76 15 4 103 74
Binary 11011101 1011110 1010101 0 111001 111110 1101 100 1000011 111100

Color Harmonies of #DD5E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E55

Black with #DD5E55

Text Example


Text Example

White with #DD5E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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