#C53C2B

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

Shades of Persian Red #C53C2B

Tints of Persian Red #C53C2B

Color information

#C53C2B (or 0xC53C2B) is unknown color: approx Persian Red. HEX triplet: C5, 3C and 2B. RGB value is (197,60,43). Sum of RGB (Red+Green+Blue) = 197+60+43=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C2B is #3AC3D4. Grayscale: #636363. Windows color (decimal): -3851221 or 2833605. OLE color: 2833605.

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

Color convert

RGB1976043-
CMYK00.700.780.23
HSL6.62º64.17%47.06%-
HSV(B)6.62º78.17%77.25%-
XYZ25.0815.283.91-
YUV99.0296.39197.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.67%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 43 (17.19% from 255) = 14.33%
R=65.67%
G=20%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197604300.700.780.236.6264.1747.06
HexC53C2B0464E177402f
Octal3057453010611627710057
Binary11000101111100101011010001101001110101111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C2B; }

 p { color: rgb(197,60,43); }

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

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

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

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

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

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

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