#C73E2C

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

Shades of Persian Red #C73E2C

Tints of Persian Red #C73E2C

Color information

#C73E2C (or 0xC73E2C) is unknown color: approx Persian Red. HEX triplet: C7, 3E and 2C. RGB value is (199,62,44). Sum of RGB (Red+Green+Blue) = 199+62+44=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E2C is #38C1D3. Grayscale: #656565. Windows color (decimal): -3719636 or 2899655. OLE color: 2899655.

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

Color convert

RGB1996244-
CMYK00.690.780.22
HSL6.97º63.79%47.65%-
HSV(B)6.97º77.89%78.04%-
XYZ25.7315.774.07-
YUV100.9195.89197.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.25%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=65.25%
G=20.33%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199624400.690.780.226.9763.7947.65
HexC73E2C0454E1674030
Octal3077654010511626710060
Binary11000111111110101100010001011001110101101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73E2C; }

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

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

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

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

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

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

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

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