Html Css Color HEX #DC5C58 Roman

📋 copy color: '#DC5C58'

red 220 ◦ green 92 ◦ blue 88

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

Shades of Roman #DC5C58

Tints of Roman #DC5C58

RGB

 RED value IS 220 (86.33% from 255) = 55%

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

 BLUE value IS 88 (34.77% from 255) = 22%

R = 55%
G = 23%
B = 22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC5C58 (or 0xDC5C58) is known color: Roman. HEX triplet: DC, 5C and 58. RGB value is (220,92,88). Sum of RGB (Red+Green+Blue) = 220+92+88=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C58 is #23A3A7. Grayscale: #818181. Windows color (decimal): -2335656 or 5790940. OLE color: 5790940.

HSL color Cylindrical-coordinate representation of color #DC5C58: hue angle of 1.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5C58 is Cyan = 0, Magento = 0.58, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 88 -
CMYK 0 0.58 0.6 0.14
HSL 1.82º 0.65% 0.6% -
HSV(B) 1.82º 0.6% 0.86% -
XYZ 35.1 23.57 11.93 -
YUV 129.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 220 92 88 0 0.58 0.6 0.14 1.82 0.65 0.6
Hex DC 5C 58 0 3A 3C E 2 41 3C
Octal 334 134 130 0 72 74 16 2 101 74
Binary 11011100 1011100 1011000 0 111010 111100 1110 10 1000001 111100

Color Harmonies of #DC5C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C58

Black with #DC5C58

Text Example


Text Example

White with #DC5C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C58; }

 p { color: rgb(220,92,88); }

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

background-color css

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

 a { background-color: rgb(220,92,88); }

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

border-color css

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

 span { border-color: rgb(220,92,88); }

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