#C73229

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

Shades of Persian Red #C73229

Tints of Persian Red #C73229

Color information

#C73229 (or 0xC73229) is unknown color: approx Persian Red. HEX triplet: C7, 32 and 29. RGB value is (199,50,41). Sum of RGB (Red+Green+Blue) = 199+50+41=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C73229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73229 is #38CDD6. Grayscale: #5D5D5D. Windows color (decimal): -3722711 or 2699975. OLE color: 2699975.

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

Color convert

RGB1995041-
CMYK00.750.790.22
HSL3.42º65.83%47.06%-
HSV(B)3.42º79.4%78.04%-
XYZ25.0914.583.59-
YUV93.5298.36203.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.62%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 41 (16.41% from 255) = 14.14%
R=68.62%
G=17.24%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199504100.750.790.223.4265.8347.06
HexC7322904B4F163422f
Octal3076251011311726310257
Binary1100011111001010100101001011100111110110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73229; }

 p { color: rgb(199,50,41); }

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

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

 a { background-color: rgb(199,50,41); }

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

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

 span { border-color: rgb(199,50,41); }

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