#C75F5F

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

Shades of Indian Red #C75F5F

Tints of Indian Red #C75F5F

Color information

#C75F5F (or 0xC75F5F) is unknown color: approx Indian Red. HEX triplet: C7, 5F and 5F. RGB value is (199,95,95). Sum of RGB (Red+Green+Blue) = 199+95+95=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F5F is #38A0A0. Grayscale: #7E7E7E. Windows color (decimal): -3711137 or 6250439. OLE color: 6250439.

HSL color Cylindrical-coordinate representation of color #C75F5F: hue angle of 0º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75F5F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB1999595-
CMYK00.520.520.22
HSL48.15%57.65%-
HSV(B)52.26%78.04%-
XYZ29.7121.1513.34-
YUV126.1110.46180-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 95 (37.5% from 255) = 24.42%
BLUE value IS 95 (37.5% from 255) = 24.42%
R=51.16%
G=24.42%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199959500.520.520.22048.1557.65
HexC75F5F03434160303a
Octal307137137064642606072
Binary11000111101111110111110110100110100101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F5F; }

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

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

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

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

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

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

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

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