#C5362F

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

Shades of Persian Red #C5362F

Tints of Persian Red #C5362F

Color information

#C5362F (or 0xC5362F) is unknown color: approx Persian Red. HEX triplet: C5, 36 and 2F. RGB value is (197,54,47). Sum of RGB (Red+Green+Blue) = 197+54+47=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5362F is #3AC9D0. Grayscale: #606060. Windows color (decimal): -3852753 or 3094213. OLE color: 3094213.

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

Color convert

RGB1975447-
CMYK00.730.760.23
HSL2.8º61.48%47.84%-
HSV(B)2.8º76.14%77.25%-
XYZ24.8614.714.22-
YUV95.96100.38200.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 66.11%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=66.11%
G=18.12%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197544700.730.760.232.861.4847.84
HexC5362F0494C1733d30
Octal305665701111142737560
Binary110001011101101011110100100110011001011111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5362F; }

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

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

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

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

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

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

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

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