Shades of Persian Red #C73E3B
Tints of Persian Red #C73E3B
RGB
CMYK
RGB Variations
Color information
#C73E3B (or 0xC73E3B) is known color: Persian Red. HEX triplet: C7, 3E and 3B. RGB value is (199,62,59). Sum of RGB (Red+Green+Blue) = 199+62+59=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E3B is #38C1C4. Grayscale: #666666. Windows color (decimal): -3719621 or 3882695. OLE color: 3882695.
HSL color Cylindrical-coordinate representation of color #C73E3B: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73E3B is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 59 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.22 |
| HSL | 1.29º | 0.56% | 0.51% | - |
| HSV(B) | 1.29º | 0.7% | 0.78% | - |
| XYZ | 26.07 | 15.9 | 5.83 | - |
| YUV | 102.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 59 | 0 | 0.69 | 0.70 | 0.22 | 1.29 | 0.56 | 0.51 |
| Hex | C7 | 3E | 3B | 0 | 45 | 46 | 16 | 1 | 38 | 33 |
| Octal | 307 | 76 | 73 | 0 | 105 | 106 | 26 | 1 | 70 | 63 |
| Binary | 11000111 | 111110 | 111011 | 0 | 1000101 | 1000110 | 10110 | 1 | 111000 | 110011 |
Color Harmonies of #C73E3B
Complementary color
Monochromatic Colors of #C73E3B
Black with #C73E3B
Text Example
Text Example
White with #C73E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E3B; }
p { color: rgb(199,62,59); }
H1.HeaderClassName
{
color: #C73E3B;
}
.AnyTagClassName
{
color: #C73E3B;
}
</style>
background-color css
<style>
a { background-color: #C73E3B; }
a { background-color: rgb(199,62,59); }
div.DivClassName
{
background-color: #C73E3B;
}
.BgClassName
{
background-color: #C73E3B;
}
</style>
border-color css
<style>
span { border-color: #C73E3B; }
span { border-color: rgb(199,62,59); }
td.TdClassName
{
border-color: #C73E3B;
}
.TagClassName
{
border-color: #C73E3B;
}
</style>