Shades of Persian Red #C73430
Tints of Persian Red #C73430
RGB
CMYK
RGB Variations
Color information
#C73430 (or 0xC73430) is known color: Persian Red. HEX triplet: C7, 34 and 30. RGB value is (199,52,48). Sum of RGB (Red+Green+Blue) = 199+52+48=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C73430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73430 is #38CBCF. Grayscale: #5F5F5F. Windows color (decimal): -3722192 or 3159239. OLE color: 3159239.
HSL color Cylindrical-coordinate representation of color #C73430: hue angle of 1.59º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73430 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 48 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.22 |
| HSL | 1.59º | 0.61% | 0.48% | - |
| HSV(B) | 1.59º | 0.76% | 0.78% | - |
| XYZ | 25.31 | 14.81 | 4.32 | - |
| YUV | 95.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 48 | 0 | 0.74 | 0.76 | 0.22 | 1.59 | 0.61 | 0.48 |
| Hex | C7 | 34 | 30 | 0 | 4A | 4C | 16 | 2 | 3D | 30 |
| Octal | 307 | 64 | 60 | 0 | 112 | 114 | 26 | 2 | 75 | 60 |
| Binary | 11000111 | 110100 | 110000 | 0 | 1001010 | 1001100 | 10110 | 10 | 111101 | 110000 |
Color Harmonies of #C73430
Complementary color
Monochromatic Colors of #C73430
Black with #C73430
Text Example
Text Example
White with #C73430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73430; }
p { color: rgb(199,52,48); }
H1.HeaderClassName
{
color: #C73430;
}
.AnyTagClassName
{
color: #C73430;
}
</style>
background-color css
<style>
a { background-color: #C73430; }
a { background-color: rgb(199,52,48); }
div.DivClassName
{
background-color: #C73430;
}
.BgClassName
{
background-color: #C73430;
}
</style>
border-color css
<style>
span { border-color: #C73430; }
span { border-color: rgb(199,52,48); }
td.TdClassName
{
border-color: #C73430;
}
.TagClassName
{
border-color: #C73430;
}
</style>