#D55D5D

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

Shades of Roman #D55D5D

Tints of Roman #D55D5D

Color information

#D55D5D (or 0xD55D5D) is unknown color: approx Roman. HEX triplet: D5, 5D and 5D. RGB value is (213,93,93). Sum of RGB (Red+Green+Blue) = 213+93+93=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55D5D is #2AA2A2. Grayscale: #818181. Windows color (decimal): -2794147 or 6118869. OLE color: 6118869.

HSL color Cylindrical-coordinate representation of color #D55D5D: hue angle of 0º 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 #D55D5D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB2139393-
CMYK00.560.560.16
HSL58.82%60%-
HSV(B)56.34%83.53%-
XYZ33.3322.7712.99-
YUV128.88107.76188-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.38%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=53.38%
G=23.31%
B=23.31%

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
Decimal213939300.560.560.16058.8260
HexD55D5D038381003b3c
Octal325135135070702007374
Binary11010101101110110111010111000111000100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55D5D; }

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

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

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

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

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

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

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

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