#D05F5E

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

Shades of Indian Red #D05F5E

Tints of Indian Red #D05F5E

Color information

#D05F5E (or 0xD05F5E) is unknown color: approx Indian Red. HEX triplet: D0, 5F and 5E. RGB value is (208,95,94). Sum of RGB (Red+Green+Blue) = 208+95+94=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F5E is #2FA0A1. Grayscale: #808080. Windows color (decimal): -3121314 or 6184912. OLE color: 6184912.

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

Color convert

RGB2089594-
CMYK00.540.550.18
HSL0.53º54.81%59.22%-
HSV(B)0.53º54.81%81.57%-
XYZ32.1322.413.22-
YUV128.67108.44184.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.39%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 94 (37.11% from 255) = 23.68%
R=52.39%
G=23.93%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208959400.540.550.180.5354.8159.22
HexD05F5E03637121373b
Octal320137136066672216773
Binary11010000101111110111100110110110111100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F5E; }

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

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

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

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

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

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

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

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