Html Css Color HEX #DD5C5A Roman

📋 copy color: '#DD5C5A'

red 221 ◦ green 92 ◦ blue 90

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

Shades of Roman #DD5C5A

Tints of Roman #DD5C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.33%

R = 54.84%
G = 22.83%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD5C5A (or 0xDD5C5A) is known color: Roman. HEX triplet: DD, 5C and 5A. RGB value is (221,92,90). Sum of RGB (Red+Green+Blue) = 221+92+90=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C5A is #22A3A5. Grayscale: #828282. Windows color (decimal): -2270118 or 5922013. OLE color: 5922013.

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

Color convert

RGB 221 92 90 -
CMYK 0 0.58 0.59 0.13
HSL 0.92º 0.66% 0.61% -
HSV(B) 0.92º 0.59% 0.87% -
XYZ 35.49 23.76 12.39 -
YUV 130.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 221 92 90 0 0.58 0.59 0.13 0.92 0.66 0.61
Hex DD 5C 5A 0 3A 3B D 1 42 3D
Octal 335 134 132 0 72 73 15 1 102 75
Binary 11011101 1011100 1011010 0 111010 111011 1101 1 1000010 111101

Color Harmonies of #DD5C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C5A

Black with #DD5C5A

Text Example


Text Example

White with #DD5C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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