#c53325

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

Shades of Persian Red #C53325

Tints of Persian Red #C53325

Color information

#C53325 (or 0xC53325) is unknown color: approx Persian Red. HEX triplet: C5, 33 and 25. RGB value is (197,51,37). Sum of RGB (Red+Green+Blue) = 197+51+37=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C53325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53325 is #3ACCDA. Grayscale: #5D5D5D. Windows color (decimal): -3853531 or 2438085. OLE color: 2438085.

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

Color convert

RGB1975137-
CMYK00.740.810.23
HSL5.25º68.38%45.88%-
HSV(B)5.25º81.22%77.25%-
XYZ24.5414.373.23-
YUV93.0696.37202.14-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.12%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=69.12%
G=17.89%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197513700.740.810.235.2568.3845.88
HexC5332504A51175442e
Octal3056345011212127510456
Binary11000101110011100101010010101010001101111011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53325; }

 p { color: rgb(197,51,37); }

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

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

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

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

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

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

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