#C73E31

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

Shades of Persian Red #C73E31

Tints of Persian Red #C73E31

Color information

#C73E31 (or 0xC73E31) is unknown color: approx Persian Red. HEX triplet: C7, 3E and 31. RGB value is (199,62,49). Sum of RGB (Red+Green+Blue) = 199+62+49=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E31 is #38C1CE. Grayscale: #656565. Windows color (decimal): -3719631 or 3227335. OLE color: 3227335.

HSL color Cylindrical-coordinate representation of color #C73E31: hue angle of 5.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73E31 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1996249-
CMYK00.690.750.22
HSL5.2º60.48%48.63%-
HSV(B)5.2º75.38%78.04%-
XYZ25.8315.814.6-
YUV101.4898.39197.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 64.19%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=64.19%
G=20%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199624900.690.750.225.260.4848.63
HexC73E310454B1653c31
Octal307766101051132657461
Binary1100011111111011000101000101100101110110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73E31; }

 p { color: rgb(199,62,49); }

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

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

 a { background-color: rgb(199,62,49); }

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

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

 span { border-color: rgb(199,62,49); }

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