#C53935

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

Shades of Persian Red #C53935

Tints of Persian Red #C53935

Color information

#C53935 (or 0xC53935) is unknown color: approx Persian Red. HEX triplet: C5, 39 and 35. RGB value is (197,57,53). Sum of RGB (Red+Green+Blue) = 197+57+53=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53935 is #3AC6CA. Grayscale: #626262. Windows color (decimal): -3851979 or 3488197. OLE color: 3488197.

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

Color convert

RGB1975753-
CMYK00.710.730.23
HSL1.67º57.6%49.02%-
HSV(B)1.67º73.1%77.25%-
XYZ25.1315.054.95-
YUV98.4102.38198.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=64.17%
G=18.57%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197575300.710.730.231.6757.649.02
HexC53935047491723a31
Octal305716501071112727261
Binary110001011110011101010100011110010011011110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53935; }

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

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

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

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

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

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

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

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