#C35E5E

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

Shades of Indian Red #C35E5E

Tints of Indian Red #C35E5E

Color information

#C35E5E (or 0xC35E5E) is unknown color: approx Indian Red. HEX triplet: C3, 5E and 5E. RGB value is (195,94,94). Sum of RGB (Red+Green+Blue) = 195+94+94=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E5E is #3CA1A1. Grayscale: #7C7C7C. Windows color (decimal): -3973538 or 6184643. OLE color: 6184643.

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

Color convert

RGB1959494-
CMYK00.520.520.24
HSL45.7%56.67%-
HSV(B)51.79%76.47%-
XYZ28.5320.4213.03-
YUV124.2110.96178.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=50.91%
G=24.54%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195949400.520.520.24045.756.67
HexC35E5E034341802e39
Octal303136136064643005671
Binary11000011101111010111100110100110100110000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35E5E; }

 p { color: rgb(195,94,94); }

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

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

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

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

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

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

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