#D05F5F

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

Shades of Indian Red #D05F5F

Tints of Indian Red #D05F5F

Color information

#D05F5F (or 0xD05F5F) is unknown color: approx Indian Red. HEX triplet: D0, 5F and 5F. RGB value is (208,95,95). Sum of RGB (Red+Green+Blue) = 208+95+95=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05F5F is #2FA0A0. Grayscale: #808080. Windows color (decimal): -3121313 or 6250448. OLE color: 6250448.

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

Color convert

RGB2089595-
CMYK00.540.540.18
HSL54.59%59.41%-
HSV(B)54.33%81.57%-
XYZ32.1722.4213.46-
YUV128.79108.94184.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.26%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 95 (37.5% from 255) = 23.87%
R=52.26%
G=23.87%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208959500.540.540.18054.5959.41
HexD05F5F03636120373b
Octal320137137066662206773
Binary11010000101111110111110110110110110100100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F5F; }

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

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

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

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

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

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

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

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