Html Css Color HEX #DC5E5D Roman

📋 copy color: '#DC5E5D'

red 220 ◦ green 94 ◦ blue 93

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

Shades of Roman #DC5E5D

Tints of Roman #DC5E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.85%

R = 54.05%
G = 23.1%
B = 22.85%

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

#DC5E5D (or 0xDC5E5D) is known color: Roman. HEX triplet: DC, 5E and 5D. RGB value is (220,94,93). Sum of RGB (Red+Green+Blue) = 220+94+93=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E5D is #23A1A2. Grayscale: #838383. Windows color (decimal): -2335139 or 6119132. OLE color: 6119132.

HSL color Cylindrical-coordinate representation of color #DC5E5D: hue angle of 0.47º degrees, saturation: 0.64, 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 #DC5E5D is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 93 -
CMYK 0 0.57 0.58 0.14
HSL 0.47º 0.64% 0.61% -
HSV(B) 0.47º 0.58% 0.86% -
XYZ 35.49 24.01 13.12 -
YUV 131.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 220 94 93 0 0.57 0.58 0.14 0.47 0.64 0.61
Hex DC 5E 5D 0 39 3A E 0 40 3D
Octal 334 136 135 0 71 72 16 0 100 75
Binary 11011100 1011110 1011101 0 111001 111010 1110 0 1000000 111101

Color Harmonies of #DC5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E5D

Black with #DC5E5D

Text Example


Text Example

White with #DC5E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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