#D55C59

Color #D55C59 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D55C59

Tints of Roman #D55C59

Color information

#D55C59 (or 0xD55C59) is unknown color: approx Roman. HEX triplet: D5, 5C and 59. RGB value is (213,92,89). Sum of RGB (Red+Green+Blue) = 213+92+89=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55C59 is #2AA3A6. Grayscale: #7F7F7F. Windows color (decimal): -2794407 or 5856469. OLE color: 5856469.

HSL color Cylindrical-coordinate representation of color #D55C59: hue angle of 1.45º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55C59 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2139289-
CMYK00.570.580.16
HSL1.45º59.62%59.22%-
HSV(B)1.45º58.22%83.53%-
XYZ33.0722.5212.06-
YUV127.84106.09188.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=54.06%
G=23.35%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213928900.570.580.161.4559.6259.22
HexD55C590393A1013c3b
Octal325134131071722017473
Binary11010101101110010110010111001111010100001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C59; }

 p { color: rgb(213,92,89); }

 H1.HeaderClassName
 {
   color: #D55C59;
 }
 .AnyTagClassName
 {
   color: #D55C59;
 }
</style>
background-color css

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

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

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

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

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

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