#C53630

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

Shades of Persian Red #C53630

Tints of Persian Red #C53630

Color information

#C53630 (or 0xC53630) is unknown color: approx Persian Red. HEX triplet: C5, 36 and 30. RGB value is (197,54,48). Sum of RGB (Red+Green+Blue) = 197+54+48=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C53630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53630 is #3AC9CF. Grayscale: #606060. Windows color (decimal): -3852752 or 3159749. OLE color: 3159749.

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

Color convert

RGB1975448-
CMYK00.730.760.23
HSL2.42º60.82%48.04%-
HSV(B)2.42º75.63%77.25%-
XYZ24.8814.724.33-
YUV96.07100.88199.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.89%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=65.89%
G=18.06%
B=16.05%

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
Decimal197544800.730.760.232.4260.8248.04
HexC536300494C1723d30
Octal305666001111142727560
Binary110001011101101100000100100110011001011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53630; }

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

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

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

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

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

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

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

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