#C73C38

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

Shades of Persian Red #C73C38

Tints of Persian Red #C73C38

Color information

#C73C38 (or 0xC73C38) is unknown color: approx Persian Red. HEX triplet: C7, 3C and 38. RGB value is (199,60,56). Sum of RGB (Red+Green+Blue) = 199+60+56=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C38 is #38C3C7. Grayscale: #656565. Windows color (decimal): -3720136 or 3685575. OLE color: 3685575.

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

Color convert

RGB1996056-
CMYK00.700.720.22
HSL1.68º56.08%50%-
HSV(B)1.68º71.86%78.04%-
XYZ25.8815.665.4-
YUV101.1102.55197.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.17%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=63.17%
G=19.05%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199605600.700.720.221.6856.0850
HexC73C38046481623832
Octal307747001061102627062
Binary110001111111001110000100011010010001011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73C38; }

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

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

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

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

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

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

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

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