#C73B2C

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

Shades of Persian Red #C73B2C

Tints of Persian Red #C73B2C

Color information

#C73B2C (or 0xC73B2C) is unknown color: approx Persian Red. HEX triplet: C7, 3B and 2C. RGB value is (199,59,44). Sum of RGB (Red+Green+Blue) = 199+59+44=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B2C is #38C4D3. Grayscale: #636363. Windows color (decimal): -3720404 or 2898887. OLE color: 2898887.

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

Color convert

RGB1995944-
CMYK00.700.780.22
HSL5.81º63.79%47.65%-
HSV(B)5.81º77.89%78.04%-
XYZ25.5715.454.02-
YUV99.1596.88199.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.89%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=65.89%
G=19.54%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199594400.700.780.225.8163.7947.65
HexC73B2C0464E1664030
Octal3077354010611626610060
Binary11000111111011101100010001101001110101101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73B2C; }

 p { color: rgb(199,59,44); }

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

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

 a { background-color: rgb(199,59,44); }

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

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

 span { border-color: rgb(199,59,44); }

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