Html Css Color HEX #DD5C55 Roman

📋 copy color: '#DD5C55'

red 221 ◦ green 92 ◦ blue 85

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

Shades of Roman #DD5C55

Tints of Roman #DD5C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

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

R = 55.53%
G = 23.12%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD5C55 (or 0xDD5C55) is known color: Roman. HEX triplet: DD, 5C and 55. RGB value is (221,92,85). Sum of RGB (Red+Green+Blue) = 221+92+85=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C55 is #22A3AA. Grayscale: #818181. Windows color (decimal): -2270123 or 5594333. OLE color: 5594333.

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

Color convert

RGB 221 92 85 -
CMYK 0 0.58 0.62 0.13
HSL 3.09º 0.67% 0.6% -
HSV(B) 3.09º 0.62% 0.87% -
XYZ 35.29 23.68 11.31 -
YUV 129.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 221 92 85 0 0.58 0.62 0.13 3.09 0.67 0.6
Hex DD 5C 55 0 3A 3E D 3 43 3C
Octal 335 134 125 0 72 76 15 3 103 74
Binary 11011101 1011100 1010101 0 111010 111110 1101 11 1000011 111100

Color Harmonies of #DD5C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C55

Black with #DD5C55

Text Example


Text Example

White with #DD5C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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