#D0605B

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

Shades of Indian Red #D0605B

Tints of Indian Red #D0605B

Color information

#D0605B (or 0xD0605B) is unknown color: approx Indian Red. HEX triplet: D0, 60 and 5B. RGB value is (208,96,91). Sum of RGB (Red+Green+Blue) = 208+96+91=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0605B is #2F9FA4. Grayscale: #818181. Windows color (decimal): -3121061 or 5988560. OLE color: 5988560.

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

Color convert

RGB2089691-
CMYK00.540.560.18
HSL2.56º55.45%58.63%-
HSV(B)2.56º56.25%81.57%-
XYZ32.0822.5312.56-
YUV128.92106.61184.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.66%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=52.66%
G=24.30%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208969100.540.560.182.5655.4558.63
HexD0605B03638123373b
Octal320140133066702236773
Binary110100001100000101101101101101110001001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0605B; }

 p { color: rgb(208,96,91); }

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

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

 a { background-color: rgb(208,96,91); }

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

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

 span { border-color: rgb(208,96,91); }

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