Shades of Persian Red #C02E2B
Tints of Persian Red #C02E2B
RGB
CMYK
RGB Variations
Color information
#C02E2B (or 0xC02E2B) is known color: Persian Red. HEX triplet: C0, 2E and 2B. RGB value is (192,46,43). Sum of RGB (Red+Green+Blue) = 192+46+43=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E2B is #3FD1D4. Grayscale: #595959. Windows color (decimal): -4182485 or 2830016. OLE color: 2830016.
HSL color Cylindrical-coordinate representation of color #C02E2B: hue angle of 1.21º 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 #C02E2B is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 43 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.25 |
| HSL | 1.21º | 0.63% | 0.46% | - |
| HSV(B) | 1.21º | 0.78% | 0.75% | - |
| XYZ | 23.15 | 13.33 | 3.64 | - |
| YUV | 89.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 43 | 0 | 0.76 | 0.78 | 0.25 | 1.21 | 0.63 | 0.46 |
| Hex | C0 | 2E | 2B | 0 | 4C | 4E | 19 | 1 | 3F | 2E |
| Octal | 300 | 56 | 53 | 0 | 114 | 116 | 31 | 1 | 77 | 56 |
| Binary | 11000000 | 101110 | 101011 | 0 | 1001100 | 1001110 | 11001 | 1 | 111111 | 101110 |
Color Harmonies of #C02E2B
Complementary color
Monochromatic Colors of #C02E2B
Black with #C02E2B
Text Example
Text Example
White with #C02E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E2B; }
p { color: rgb(192,46,43); }
H1.HeaderClassName
{
color: #C02E2B;
}
.AnyTagClassName
{
color: #C02E2B;
}
</style>
background-color css
<style>
a { background-color: #C02E2B; }
a { background-color: rgb(192,46,43); }
div.DivClassName
{
background-color: #C02E2B;
}
.BgClassName
{
background-color: #C02E2B;
}
</style>
border-color css
<style>
span { border-color: #C02E2B; }
span { border-color: rgb(192,46,43); }
td.TdClassName
{
border-color: #C02E2B;
}
.TagClassName
{
border-color: #C02E2B;
}
</style>