#C73936

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

Shades of Persian Red #C73936

Tints of Persian Red #C73936

Color information

#C73936 (or 0xC73936) is unknown color: approx Persian Red. HEX triplet: C7, 39 and 36. RGB value is (199,57,54). Sum of RGB (Red+Green+Blue) = 199+57+54=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C73936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73936 is #38C6C9. Grayscale: #636363. Windows color (decimal): -3720906 or 3553735. OLE color: 3553735.

HSL color Cylindrical-coordinate representation of color #C73936: hue angle of 1.24º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73936 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1995754-
CMYK00.710.730.22
HSL1.24º57.31%49.61%-
HSV(B)1.24º72.86%78.04%-
XYZ25.6815.335.1-
YUV99.12102.54199.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.19%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=64.19%
G=18.39%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199575400.710.730.221.2457.3149.61
HexC73936047491613932
Octal307716601071112617162
Binary11000111111001110110010001111001001101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73936; }

 p { color: rgb(199,57,54); }

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

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

 a { background-color: rgb(199,57,54); }

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

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

 span { border-color: rgb(199,57,54); }

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