#D1625F

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

Shades of Indian Red #D1625F

Tints of Indian Red #D1625F

Color information

#D1625F (or 0xD1625F) is unknown color: approx Indian Red. HEX triplet: D1, 62 and 5F. RGB value is (209,98,95). Sum of RGB (Red+Green+Blue) = 209+98+95=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1625F is #2E9DA0. Grayscale: #828282. Windows color (decimal): -3055009 or 6251217. OLE color: 6251217.

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

Color convert

RGB2099895-
CMYK00.530.550.18
HSL1.58º55.34%59.61%-
HSV(B)1.58º54.55%81.96%-
XYZ32.7323.1213.56-
YUV130.85107.77183.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 98 (38.67% from 255) = 24.38%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=51.99%
G=24.38%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209989500.530.550.181.5855.3459.61
HexD1625F03537122373c
Octal321142137065672226774
Binary110100011100010101111101101011101111001010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1625F; }

 p { color: rgb(209,98,95); }

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

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

 a { background-color: rgb(209,98,95); }

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

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

 span { border-color: rgb(209,98,95); }

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