#C73C36

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

Shades of Persian Red #C73C36

Tints of Persian Red #C73C36

Color information

#C73C36 (or 0xC73C36) is unknown color: approx Persian Red. HEX triplet: C7, 3C and 36. RGB value is (199,60,54). Sum of RGB (Red+Green+Blue) = 199+60+54=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C36 is #38C3C9. Grayscale: #656565. Windows color (decimal): -3720138 or 3554503. OLE color: 3554503.

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

Color convert

RGB1996054-
CMYK00.700.730.22
HSL2.48º57.31%49.61%-
HSV(B)2.48º72.86%78.04%-
XYZ25.8315.645.15-
YUV100.88101.55197.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=63.58%
G=19.17%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199605400.700.730.222.4857.3149.61
HexC73C36046491623932
Octal307746601061112627162
Binary110001111111001101100100011010010011011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73C36; }

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

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

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

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

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

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

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

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