Html Css Color HEX #DC5E5E Roman

📋 copy color: '#DC5E5E'

red 220 ◦ green 94 ◦ blue 94

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

Shades of Roman #DC5E5E

Tints of Roman #DC5E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 53.92%
G = 23.04%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC5E5E (or 0xDC5E5E) is known color: Roman. HEX triplet: DC, 5E and 5E. RGB value is (220,94,94). Sum of RGB (Red+Green+Blue) = 220+94+94=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E5E is #23A1A1. Grayscale: #838383. Windows color (decimal): -2335138 or 6184668. OLE color: 6184668.

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

Color convert

RGB 220 94 94 -
CMYK 0 0.57 0.57 0.14
HSL 0.64% 0.62% -
HSV(B) 0.57% 0.86% -
XYZ 35.54 24.03 13.35 -
YUV 131.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 220 94 94 0 0.57 0.57 0.14 0 0.64 0.62
Hex DC 5E 5E 0 39 39 E 0 40 3E
Octal 334 136 136 0 71 71 16 0 100 76
Binary 11011100 1011110 1011110 0 111001 111001 1110 0 1000000 111110

Color Harmonies of #DC5E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E5E

Black with #DC5E5E

Text Example


Text Example

White with #DC5E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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