#D35D57

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

Shades of Roman #D35D57

Tints of Roman #D35D57

Color information

#D35D57 (or 0xD35D57) is unknown color: approx Roman. HEX triplet: D3, 5D and 57. RGB value is (211,93,87). Sum of RGB (Red+Green+Blue) = 211+93+87=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D57 is #2CA2A8. Grayscale: #7F7F7F. Windows color (decimal): -2925225 or 5725651. OLE color: 5725651.

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

Color convert

RGB2119387-
CMYK00.560.590.17
HSL2.9º58.49%58.43%-
HSV(B)2.9º58.77%82.75%-
XYZ32.522.3711.62-
YUV127.6105.09187.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.96%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=53.96%
G=23.79%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211938700.560.590.172.958.4958.43
HexD35D570383B1133a3a
Octal323135127070732137272
Binary110100111011101101011101110001110111000111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D57; }

 p { color: rgb(211,93,87); }

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

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

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

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

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

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

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