#C52725

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

Shades of Persian Red #C52725

Tints of Persian Red #C52725

Color information

#C52725 (or 0xC52725) is unknown color: approx Persian Red. HEX triplet: C5, 27 and 25. RGB value is (197,39,37). Sum of RGB (Red+Green+Blue) = 197+39+37=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52725 is #3AD8DA. Grayscale: #565656. Windows color (decimal): -3856603 or 2435013. OLE color: 2435013.

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

Color convert

RGB1973937-
CMYK00.800.810.23
HSL0.75º68.38%45.88%-
HSV(B)0.75º81.22%77.25%-
XYZ24.0913.453.08-
YUV86.01100.35207.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 72.16%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=72.16%
G=14.29%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197393700.800.810.230.7568.3845.88
HexC5272505051171442e
Octal3054745012012127110456
Binary110001011001111001010101000010100011011111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52725; }

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

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

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

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

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

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

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

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