#C53535

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

Shades of Persian Red #C53535

Tints of Persian Red #C53535

Color information

#C53535 (or 0xC53535) is unknown color: approx Persian Red. HEX triplet: C5, 35 and 35. RGB value is (197,53,53). Sum of RGB (Red+Green+Blue) = 197+53+53=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53535 is #3ACACA. Grayscale: #606060. Windows color (decimal): -3853003 or 3487173. OLE color: 3487173.

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

Color convert

RGB1975353-
CMYK00.730.730.23
HSL57.6%49.02%-
HSV(B)73.1%77.25%-
XYZ24.9414.674.89-
YUV96.06103.71200-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.02%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=65.02%
G=17.49%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197535300.730.730.23057.649.02
HexC53535049491703a31
Octal305656501111112707261
Binary11000101110101110101010010011001001101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53535; }

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

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

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

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

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

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

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

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