Shades of Persian Red #C73023
Tints of Persian Red #C73023
RGB
CMYK
RGB Variations
Color information
#C73023 (or 0xC73023) is known color: Persian Red. HEX triplet: C7, 30 and 23. RGB value is (199,48,35). Sum of RGB (Red+Green+Blue) = 199+48+35=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C73023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73023 is #38CFDC. Grayscale: #5B5B5B. Windows color (decimal): -3723229 or 2306247. OLE color: 2306247.
HSL color Cylindrical-coordinate representation of color #C73023: hue angle of 4.76º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C73023 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 35 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.22 |
| HSL | 4.76º | 0.7% | 0.46% | - |
| HSV(B) | 4.76º | 0.82% | 0.78% | - |
| XYZ | 24.91 | 14.38 | 3.05 | - |
| YUV | 91.67 | 96.03 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 35 | 0 | 0.76 | 0.82 | 0.22 | 4.76 | 0.7 | 0.46 |
| Hex | C7 | 30 | 23 | 0 | 4C | 52 | 16 | 5 | 46 | 2E |
| Octal | 307 | 60 | 43 | 0 | 114 | 122 | 26 | 5 | 106 | 56 |
| Binary | 11000111 | 110000 | 100011 | 0 | 1001100 | 1010010 | 10110 | 101 | 1000110 | 101110 |
Color Harmonies of #C73023
Complementary color
Monochromatic Colors of #C73023
Black with #C73023
Text Example
Text Example
White with #C73023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73023; }
p { color: rgb(199,48,35); }
H1.HeaderClassName
{
color: #C73023;
}
.AnyTagClassName
{
color: #C73023;
}
</style>
background-color css
<style>
a { background-color: #C73023; }
a { background-color: rgb(199,48,35); }
div.DivClassName
{
background-color: #C73023;
}
.BgClassName
{
background-color: #C73023;
}
</style>
border-color css
<style>
span { border-color: #C73023; }
span { border-color: rgb(199,48,35); }
td.TdClassName
{
border-color: #C73023;
}
.TagClassName
{
border-color: #C73023;
}
</style>