#C73836

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

Shades of Persian Red #C73836

Tints of Persian Red #C73836

Color information

#C73836 (or 0xC73836) is unknown color: approx Persian Red. HEX triplet: C7, 38 and 36. RGB value is (199,56,54). Sum of RGB (Red+Green+Blue) = 199+56+54=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C73836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73836 is #38C7C9. Grayscale: #626262. Windows color (decimal): -3721162 or 3553479. OLE color: 3553479.

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

Color convert

RGB1995654-
CMYK00.720.730.22
HSL0.83º57.31%49.61%-
HSV(B)0.83º72.86%78.04%-
XYZ25.6315.245.08-
YUV98.53102.88199.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.40%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=64.40%
G=18.12%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199565400.720.730.220.8357.3149.61
HexC73836048491613932
Octal307706601101112617162
Binary11000111111000110110010010001001001101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73836; }

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

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

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

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

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

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

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

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