#C73025

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

Shades of Persian Red #C73025

Tints of Persian Red #C73025

Color information

#C73025 (or 0xC73025) is unknown color: approx Persian Red. HEX triplet: C7, 30 and 25. RGB value is (199,48,37). Sum of RGB (Red+Green+Blue) = 199+48+37=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C73025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73025 is #38CFDA. Grayscale: #5C5C5C. Windows color (decimal): -3723227 or 2437319. OLE color: 2437319.

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

Color convert

RGB1994837-
CMYK00.760.810.22
HSL4.07º68.64%46.27%-
HSV(B)4.07º81.41%78.04%-
XYZ24.9414.393.21-
YUV91.997.03204.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 70.07%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=70.07%
G=16.90%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199483700.760.810.224.0768.6446.27
HexC7302504C51164452e
Octal3076045011412126410556
Binary11000111110000100101010011001010001101101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73025; }

 p { color: rgb(199,48,37); }

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

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

 a { background-color: rgb(199,48,37); }

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

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

 span { border-color: rgb(199,48,37); }

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