#D55E5D

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

Shades of Roman #D55E5D

Tints of Roman #D55E5D

Color information

#D55E5D (or 0xD55E5D) is unknown color: approx Roman. HEX triplet: D5, 5E and 5D. RGB value is (213,94,93). Sum of RGB (Red+Green+Blue) = 213+94+93=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E5D is #2AA1A2. Grayscale: #818181. Windows color (decimal): -2793891 or 6119125. OLE color: 6119125.

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

Color convert

RGB2139493-
CMYK00.560.560.16
HSL0.5º58.82%60%-
HSV(B)0.5º56.34%83.53%-
XYZ33.4222.9413.02-
YUV129.47107.42187.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.25%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=53.25%
G=23.5%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213949300.560.560.160.558.8260
HexD55E5D038381013b3c
Octal325136135070702017374
Binary11010101101111010111010111000111000100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E5D; }

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

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

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

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

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

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

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

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