#D25F59

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

Shades of Roman #D25F59

Tints of Roman #D25F59

Color information

#D25F59 (or 0xD25F59) is unknown color: approx Roman. HEX triplet: D2, 5F and 59. RGB value is (210,95,89). Sum of RGB (Red+Green+Blue) = 210+95+89=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F59 is #2DA0A6. Grayscale: #808080. Windows color (decimal): -2990247 or 5857234. OLE color: 5857234.

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

Color convert

RGB2109589-
CMYK00.550.580.18
HSL2.98º57.35%58.63%-
HSV(B)2.98º57.62%82.35%-
XYZ32.4722.6112.1-
YUV128.7105.6185.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.30%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 89 (35.16% from 255) = 22.59%
R=53.30%
G=24.11%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210958900.550.580.182.9857.3558.63
HexD25F590373A123393b
Octal322137131067722237173
Binary110100101011111101100101101111110101001011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25F59; }

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

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

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

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

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

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

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

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