Shades of Persian Red #C03D3D
Tints of Persian Red #C03D3D
RGB
CMYK
RGB Variations
Color information
#C03D3D (or 0xC03D3D) is known color: Persian Red. HEX triplet: C0, 3D and 3D. RGB value is (192,61,61). Sum of RGB (Red+Green+Blue) = 192+61+61=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D3D is #3FC2C2. Grayscale: #646464. Windows color (decimal): -4178627 or 4013504. OLE color: 4013504.
HSL color Cylindrical-coordinate representation of color #C03D3D: hue angle of 0º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D3D is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 61 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.25 |
| HSL | 0º | 0.52% | 0.5% | - |
| HSV(B) | 0º | 0.68% | 0.75% | - |
| XYZ | 24.25 | 14.88 | 6.01 | - |
| YUV | 100.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 61 | 0 | 0.68 | 0.68 | 0.25 | 0 | 0.52 | 0.5 |
| Hex | C0 | 3D | 3D | 0 | 44 | 44 | 19 | 0 | 34 | 32 |
| Octal | 300 | 75 | 75 | 0 | 104 | 104 | 31 | 0 | 64 | 62 |
| Binary | 11000000 | 111101 | 111101 | 0 | 1000100 | 1000100 | 11001 | 0 | 110100 | 110010 |
Color Harmonies of #C03D3D
Complementary color
Monochromatic Colors of #C03D3D
Black with #C03D3D
Text Example
Text Example
White with #C03D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D3D; }
p { color: rgb(192,61,61); }
H1.HeaderClassName
{
color: #C03D3D;
}
.AnyTagClassName
{
color: #C03D3D;
}
</style>
background-color css
<style>
a { background-color: #C03D3D; }
a { background-color: rgb(192,61,61); }
div.DivClassName
{
background-color: #C03D3D;
}
.BgClassName
{
background-color: #C03D3D;
}
</style>
border-color css
<style>
span { border-color: #C03D3D; }
span { border-color: rgb(192,61,61); }
td.TdClassName
{
border-color: #C03D3D;
}
.TagClassName
{
border-color: #C03D3D;
}
</style>