Shades of Persian Red #C02D2D
Tints of Persian Red #C02D2D
RGB
CMYK
RGB Variations
Color information
#C02D2D (or 0xC02D2D) is known color: Persian Red. HEX triplet: C0, 2D and 2D. RGB value is (192,45,45). Sum of RGB (Red+Green+Blue) = 192+45+45=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02D2D is #3FD2D2. Grayscale: #595959. Windows color (decimal): -4182739 or 2960832. OLE color: 2960832.
HSL color Cylindrical-coordinate representation of color #C02D2D: hue angle of 0º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 45 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.25 |
| HSL | 0º | 0.62% | 0.46% | - |
| HSV(B) | 0º | 0.77% | 0.75% | - |
| XYZ | 23.15 | 13.27 | 3.82 | - |
| YUV | 88.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 45 | 0 | 0.77 | 0.77 | 0.25 | 0 | 0.62 | 0.46 |
| Hex | C0 | 2D | 2D | 0 | 4D | 4D | 19 | 0 | 3E | 2E |
| Octal | 300 | 55 | 55 | 0 | 115 | 115 | 31 | 0 | 76 | 56 |
| Binary | 11000000 | 101101 | 101101 | 0 | 1001101 | 1001101 | 11001 | 0 | 111110 | 101110 |
Color Harmonies of #C02D2D
Complementary color
Monochromatic Colors of #C02D2D
Black with #C02D2D
Text Example
Text Example
White with #C02D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D2D; }
p { color: rgb(192,45,45); }
H1.HeaderClassName
{
color: #C02D2D;
}
.AnyTagClassName
{
color: #C02D2D;
}
</style>
background-color css
<style>
a { background-color: #C02D2D; }
a { background-color: rgb(192,45,45); }
div.DivClassName
{
background-color: #C02D2D;
}
.BgClassName
{
background-color: #C02D2D;
}
</style>
border-color css
<style>
span { border-color: #C02D2D; }
span { border-color: rgb(192,45,45); }
td.TdClassName
{
border-color: #C02D2D;
}
.TagClassName
{
border-color: #C02D2D;
}
</style>