#d25f5d

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

Shades of Indian Red #D25F5D

Tints of Indian Red #D25F5D

Color information

#D25F5D (or 0xD25F5D) is unknown color: approx Indian Red. HEX triplet: D2, 5F and 5D. RGB value is (210,95,93). Sum of RGB (Red+Green+Blue) = 210+95+93=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F5D is #2DA0A2. Grayscale: #818181. Windows color (decimal): -2990243 or 6119378. OLE color: 6119378.

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

Color convert

RGB2109593-
CMYK00.550.560.18
HSL1.03º56.52%59.41%-
HSV(B)1.03º55.71%82.35%-
XYZ32.6522.6813.01-
YUV129.16107.6185.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.76%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 93 (36.72% from 255) = 23.37%
R=52.76%
G=23.87%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210959300.550.560.181.0356.5259.41
HexD25F5D03738121393b
Octal322137135067702217173
Binary11010010101111110111010110111111000100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d25f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d25f5d; }

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

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

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

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

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

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

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

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