#D55E5C

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

Shades of Roman #D55E5C

Tints of Roman #D55E5C

Color information

#D55E5C (or 0xD55E5C) is unknown color: approx Roman. HEX triplet: D5, 5E and 5C. RGB value is (213,94,92). Sum of RGB (Red+Green+Blue) = 213+94+92=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E5C is #2AA1A3. Grayscale: #818181. Windows color (decimal): -2793892 or 6053589. OLE color: 6053589.

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

Color convert

RGB2139492-
CMYK00.560.570.16
HSL0.99º59.02%59.8%-
HSV(B)0.99º56.81%83.53%-
XYZ33.3822.9212.79-
YUV129.35106.92187.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=53.38%
G=23.56%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213949200.560.570.160.9959.0259.8
HexD55E5C038391013b3c
Octal325136134070712017374
Binary11010101101111010111000111000111001100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E5C; }

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

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

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

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

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

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

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

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