#D25F57

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

Shades of Roman #D25F57

Tints of Roman #D25F57

Color information

#D25F57 (or 0xD25F57) is unknown color: approx Roman. HEX triplet: D2, 5F and 57. RGB value is (210,95,87). Sum of RGB (Red+Green+Blue) = 210+95+87=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F57 is #2DA0A8. Grayscale: #808080. Windows color (decimal): -2990249 or 5726162. OLE color: 5726162.

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

Color convert

RGB2109587-
CMYK00.550.590.18
HSL3.9º57.75%58.24%-
HSV(B)3.9º58.57%82.35%-
XYZ32.3922.5711.67-
YUV128.47104.6186.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.57%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 87 (34.38% from 255) = 22.19%
R=53.57%
G=24.23%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210958700.550.590.183.957.7558.24
HexD25F570373B1243a3a
Octal322137127067732247272
Binary1101001010111111010111011011111101110010100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25F57; }

 p { color: rgb(210,95,87); }

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

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

 a { background-color: rgb(210,95,87); }

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

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

 span { border-color: rgb(210,95,87); }

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