Shades of Persian Red #C0302B
Tints of Persian Red #C0302B
RGB
CMYK
RGB Variations
Color information
#C0302B (or 0xC0302B) is known color: Persian Red. HEX triplet: C0, 30 and 2B. RGB value is (192,48,43). Sum of RGB (Red+Green+Blue) = 192+48+43=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0302B is #3FCFD4. Grayscale: #5A5A5A. Windows color (decimal): -4181973 or 2830528. OLE color: 2830528.
HSL color Cylindrical-coordinate representation of color #C0302B: hue angle of 2.01º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0302B is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 43 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.25 |
| HSL | 2.01º | 0.63% | 0.46% | - |
| HSV(B) | 2.01º | 0.78% | 0.75% | - |
| XYZ | 23.23 | 13.49 | 3.67 | - |
| YUV | 90.49 | 101.21 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 43 | 0 | 0.75 | 0.78 | 0.25 | 2.01 | 0.63 | 0.46 |
| Hex | C0 | 30 | 2B | 0 | 4B | 4E | 19 | 2 | 3F | 2E |
| Octal | 300 | 60 | 53 | 0 | 113 | 116 | 31 | 2 | 77 | 56 |
| Binary | 11000000 | 110000 | 101011 | 0 | 1001011 | 1001110 | 11001 | 10 | 111111 | 101110 |
Color Harmonies of #C0302B
Complementary color
Monochromatic Colors of #C0302B
Black with #C0302B
Text Example
Text Example
White with #C0302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0302B; }
p { color: rgb(192,48,43); }
H1.HeaderClassName
{
color: #C0302B;
}
.AnyTagClassName
{
color: #C0302B;
}
</style>
background-color css
<style>
a { background-color: #C0302B; }
a { background-color: rgb(192,48,43); }
div.DivClassName
{
background-color: #C0302B;
}
.BgClassName
{
background-color: #C0302B;
}
</style>
border-color css
<style>
span { border-color: #C0302B; }
span { border-color: rgb(192,48,43); }
td.TdClassName
{
border-color: #C0302B;
}
.TagClassName
{
border-color: #C0302B;
}
</style>