#D75C5C

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

Shades of Roman #D75C5C

Tints of Roman #D75C5C

Color information

#D75C5C (or 0xD75C5C) is unknown color: approx Roman. HEX triplet: D7, 5C and 5C. RGB value is (215,92,92). Sum of RGB (Red+Green+Blue) = 215+92+92=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C5C is #28A3A3. Grayscale: #808080. Windows color (decimal): -2663332 or 6053079. OLE color: 6053079.

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

Color convert

RGB2159292-
CMYK00.570.570.16
HSL60.59%60.2%-
HSV(B)57.21%84.31%-
XYZ33.7822.8712.76-
YUV128.78107.25189.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=53.88%
G=23.06%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215929200.570.570.16060.5960.2
HexD75C5C039391003d3c
Octal327134134071712007574
Binary11010111101110010111000111001111001100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75C5C; }

 p { color: rgb(215,92,92); }

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

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

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

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

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

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

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