Html Css Color HEX #DC5E5C Roman

📋 copy color: '#DC5E5C'

red 220 ◦ green 94 ◦ blue 92

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

Shades of Roman #DC5E5C

Tints of Roman #DC5E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 54.19%
G = 23.15%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC5E5C (or 0xDC5E5C) is known color: Roman. HEX triplet: DC, 5E and 5C. RGB value is (220,94,92). Sum of RGB (Red+Green+Blue) = 220+94+92=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E5C is #23A1A3. Grayscale: #838383. Windows color (decimal): -2335140 or 6053596. OLE color: 6053596.

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

Color convert

RGB 220 94 92 -
CMYK 0 0.57 0.58 0.14
HSL 0.94º 0.65% 0.61% -
HSV(B) 0.94º 0.58% 0.86% -
XYZ 35.45 23.99 12.89 -
YUV 131.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 220 94 92 0 0.57 0.58 0.14 0.94 0.65 0.61
Hex DC 5E 5C 0 39 3A E 1 41 3D
Octal 334 136 134 0 71 72 16 1 101 75
Binary 11011100 1011110 1011100 0 111001 111010 1110 1 1000001 111101

Color Harmonies of #DC5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E5C

Black with #DC5E5C

Text Example


Text Example

White with #DC5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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