Html Css Color HEX #DC5959 Roman

📋 copy color: '#DC5959'

red 220 ◦ green 89 ◦ blue 89

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

Shades of Roman #DC5959

Tints of Roman #DC5959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.36%

 BLUE value IS 89 (35.16% from 255) = 22.36%

R = 55.28%
G = 22.36%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC5959 (or 0xDC5959) is known color: Roman. HEX triplet: DC, 59 and 59. RGB value is (220,89,89). Sum of RGB (Red+Green+Blue) = 220+89+89=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5959 is #23A6A6. Grayscale: #808080. Windows color (decimal): -2336423 or 5855708. OLE color: 5855708.

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

Color convert

RGB 220 89 89 -
CMYK 0 0.60 0.60 0.14
HSL 0.65% 0.61% -
HSV(B) 0.6% 0.86% -
XYZ 34.89 23.08 12.07 -
YUV 128.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 220 89 89 0 0.60 0.60 0.14 0 0.65 0.61
Hex DC 59 59 0 3C 3C E 0 41 3D
Octal 334 131 131 0 74 74 16 0 101 75
Binary 11011100 1011001 1011001 0 111100 111100 1110 0 1000001 111101

Color Harmonies of #DC5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5959

Black with #DC5959

Text Example


Text Example

White with #DC5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5959; }

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

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

background-color css

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

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

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

border-color css

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

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

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