#C53F36

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

Shades of Persian Red #C53F36

Tints of Persian Red #C53F36

Color information

#C53F36 (or 0xC53F36) is unknown color: approx Persian Red. HEX triplet: C5, 3F and 36. RGB value is (197,63,54). Sum of RGB (Red+Green+Blue) = 197+63+54=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F36 is #3AC0C9. Grayscale: #666666. Windows color (decimal): -3850442 or 3555269. OLE color: 3555269.

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

Color convert

RGB1976354-
CMYK00.680.730.23
HSL3.78º56.97%49.22%-
HSV(B)3.78º72.59%77.25%-
XYZ25.4715.695.18-
YUV102.04100.89195.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.74%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=62.74%
G=20.06%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197635400.680.730.233.7856.9749.22
HexC53F36044491743931
Octal305776601041112747161
Binary1100010111111111011001000100100100110111100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F36; }

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

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

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

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

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

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

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

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