#C13535

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

Shades of Persian Red #C13535

Tints of Persian Red #C13535

Color information

#C13535 (or 0xC13535) is unknown color: approx Persian Red. HEX triplet: C1, 35 and 35. RGB value is (193,53,53). Sum of RGB (Red+Green+Blue) = 193+53+53=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C13535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13535 is #3ECACA. Grayscale: #5F5F5F. Windows color (decimal): -4115147 or 3487169. OLE color: 3487169.

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

Color convert

RGB1935353-
CMYK00.730.730.24
HSL56.91%48.24%-
HSV(B)72.54%75.69%-
XYZ23.9114.144.84-
YUV94.86104.38198-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.55%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=64.55%
G=17.73%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193535300.730.730.24056.9148.24
HexC13535049491803930
Octal301656501111113007160
Binary11000001110101110101010010011001001110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13535; }

 p { color: rgb(193,53,53); }

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

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

 a { background-color: rgb(193,53,53); }

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

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

 span { border-color: rgb(193,53,53); }

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