#D0635F

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

Shades of Indian Red #D0635F

Tints of Indian Red #D0635F

Color information

#D0635F (or 0xD0635F) is unknown color: approx Indian Red. HEX triplet: D0, 63 and 5F. RGB value is (208,99,95). Sum of RGB (Red+Green+Blue) = 208+99+95=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0635F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0635F is #2F9CA0. Grayscale: #838383. Windows color (decimal): -3120289 or 6251472. OLE color: 6251472.

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

Color convert

RGB2089995-
CMYK00.520.540.18
HSL2.12º54.59%59.41%-
HSV(B)2.12º54.33%81.57%-
XYZ32.5423.1613.58-
YUV131.14107.61182.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.74%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=51.74%
G=24.63%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208999500.520.540.182.1254.5959.41
HexD0635F03436122373b
Octal320143137064662226773
Binary110100001100011101111101101001101101001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0635F; }

 p { color: rgb(208,99,95); }

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

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

 a { background-color: rgb(208,99,95); }

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

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

 span { border-color: rgb(208,99,95); }

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