#c53f3f

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

Shades of Persian Red #C53F3F

Tints of Persian Red #C53F3F

Color information

#C53F3F (or 0xC53F3F) is unknown color: approx Persian Red. HEX triplet: C5, 3F and 3F. RGB value is (197,63,63). Sum of RGB (Red+Green+Blue) = 197+63+63=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F3F is #3AC0C0. Grayscale: #676767. Windows color (decimal): -3850433 or 4145093. OLE color: 4145093.

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

Color convert

RGB1976363-
CMYK00.680.680.23
HSL53.6%50.98%-
HSV(B)68.02%77.25%-
XYZ25.715.786.39-
YUV103.07105.39195-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.99%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 63 (25% from 255) = 19.50%
R=60.99%
G=19.50%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197636300.680.680.23053.650.98
HexC53F3F044441703633
Octal305777701041042706663
Binary11000101111111111111010001001000100101110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53f3f; }

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

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

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

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

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

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

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

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