#D0625C

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

Shades of Indian Red #D0625C

Tints of Indian Red #D0625C

Color information

#D0625C (or 0xD0625C) is unknown color: approx Indian Red. HEX triplet: D0, 62 and 5C. RGB value is (208,98,92). Sum of RGB (Red+Green+Blue) = 208+98+92=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0625C is #2F9DA3. Grayscale: #828282. Windows color (decimal): -3120548 or 6054608. OLE color: 6054608.

HSL color Cylindrical-coordinate representation of color #D0625C: hue angle of 3.1º degrees, saturation: 0.55, 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 #D0625C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB2089892-
CMYK00.530.560.18
HSL3.1º55.24%58.82%-
HSV(B)3.1º55.77%81.57%-
XYZ32.3122.9212.85-
YUV130.21106.44183.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.26%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=52.26%
G=24.62%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208989200.530.560.183.155.2458.82
HexD0625C03538123373b
Octal320142134065702236773
Binary110100001100010101110001101011110001001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0625C; }

 p { color: rgb(208,98,92); }

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

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

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

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

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

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

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