#C53735

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

Shades of Persian Red #C53735

Tints of Persian Red #C53735

Color information

#C53735 (or 0xC53735) is unknown color: approx Persian Red. HEX triplet: C5, 37 and 35. RGB value is (197,55,53). Sum of RGB (Red+Green+Blue) = 197+55+53=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C53735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53735 is #3AC8CA. Grayscale: #616161. Windows color (decimal): -3852491 or 3487685. OLE color: 3487685.

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

Color convert

RGB1975553-
CMYK00.720.730.23
HSL0.83º57.6%49.02%-
HSV(B)0.83º73.1%77.25%-
XYZ25.0314.864.92-
YUV97.23103.04199.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.59%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=64.59%
G=18.03%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197555300.720.730.230.8357.649.02
HexC53735048491713a31
Octal305676501101112717261
Binary11000101110111110101010010001001001101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53735; }

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

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

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

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

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

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

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

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