#C73A2E

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

Shades of Persian Red #C73A2E

Tints of Persian Red #C73A2E

Color information

#C73A2E (or 0xC73A2E) is unknown color: approx Persian Red. HEX triplet: C7, 3A and 2E. RGB value is (199,58,46). Sum of RGB (Red+Green+Blue) = 199+58+46=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A2E is #38C5D1. Grayscale: #626262. Windows color (decimal): -3720658 or 3029703. OLE color: 3029703.

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

Color convert

RGB1995846-
CMYK00.710.770.22
HSL4.71º62.45%48.04%-
HSV(B)4.71º76.88%78.04%-
XYZ25.5615.374.2-
YUV98.7998.21199.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.68%
GREEN value IS 58 (23.05% from 255) = 19.14%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=65.68%
G=19.14%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199584600.710.770.224.7162.4548.04
HexC73A2E0474D1653e30
Octal307725601071152657660
Binary1100011111101010111001000111100110110110101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A2E; }

 p { color: rgb(199,58,46); }

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

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

 a { background-color: rgb(199,58,46); }

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

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

 span { border-color: rgb(199,58,46); }

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