#C53C3A

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

Shades of Persian Red #C53C3A

Tints of Persian Red #C53C3A

Color information

#C53C3A (or 0xC53C3A) is unknown color: approx Persian Red. HEX triplet: C5, 3C and 3A. RGB value is (197,60,58). Sum of RGB (Red+Green+Blue) = 197+60+58=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C3A is #3AC3C5. Grayscale: #646464. Windows color (decimal): -3851206 or 3816645. OLE color: 3816645.

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

Color convert

RGB1976058-
CMYK00.700.710.23
HSL0.86º54.51%50%-
HSV(B)0.86º70.56%77.25%-
XYZ25.4115.415.64-
YUV100.73103.89196.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.54%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=62.54%
G=19.05%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197605800.700.710.230.8654.5150
HexC53C3A046471713732
Octal305747201061072716762
Binary11000101111100111010010001101000111101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C3A; }

 p { color: rgb(197,60,58); }

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

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

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

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

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

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

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