Html Css Color HEX #DD5C54 Roman

📋 copy color: '#DD5C54'

red 221 ◦ green 92 ◦ blue 84

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

Shades of Roman #DD5C54

Tints of Roman #DD5C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 55.67%
G = 23.17%
B = 21.16%

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

#DD5C54 (or 0xDD5C54) is known color: Roman. HEX triplet: DD, 5C and 54. RGB value is (221,92,84). Sum of RGB (Red+Green+Blue) = 221+92+84=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C54 is #22A3AB. Grayscale: #818181. Windows color (decimal): -2270124 or 5528797. OLE color: 5528797.

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

Color convert

RGB 221 92 84 -
CMYK 0 0.58 0.62 0.13
HSL 3.5º 0.67% 0.6% -
HSV(B) 3.5º 0.62% 0.87% -
XYZ 35.25 23.67 11.1 -
YUV 129.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 221 92 84 0 0.58 0.62 0.13 3.5 0.67 0.6
Hex DD 5C 54 0 3A 3E D 4 43 3C
Octal 335 134 124 0 72 76 15 4 103 74
Binary 11011101 1011100 1010100 0 111010 111110 1101 100 1000011 111100

Color Harmonies of #DD5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C54

Black with #DD5C54

Text Example


Text Example

White with #DD5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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