#C73B39

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

Shades of Persian Red #C73B39

Tints of Persian Red #C73B39

Color information

#C73B39 (or 0xC73B39) is unknown color: approx Persian Red. HEX triplet: C7, 3B and 39. RGB value is (199,59,57). Sum of RGB (Red+Green+Blue) = 199+59+57=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B39 is #38C4C6. Grayscale: #646464. Windows color (decimal): -3720391 or 3750855. OLE color: 3750855.

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

Color convert

RGB1995957-
CMYK00.700.710.22
HSL0.85º55.91%50.2%-
HSV(B)0.85º71.36%78.04%-
XYZ25.8615.575.51-
YUV100.63103.38198.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.17%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=63.17%
G=18.73%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199595700.700.710.220.8555.9150.2
HexC73B39046471613832
Octal307737101061072617062
Binary11000111111011111001010001101000111101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73B39; }

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

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

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

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

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

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

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

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