Shades of Persian Red #C03429
Tints of Persian Red #C03429
RGB
CMYK
RGB Variations
Color information
#C03429 (or 0xC03429) is known color: Persian Red. HEX triplet: C0, 34 and 29. RGB value is (192,52,41). Sum of RGB (Red+Green+Blue) = 192+52+41=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C03429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03429 is #3FCBD6. Grayscale: #5C5C5C. Windows color (decimal): -4180951 or 2700480. OLE color: 2700480.
HSL color Cylindrical-coordinate representation of color #C03429: hue angle of 4.37º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C03429 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 41 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.25 |
| HSL | 4.37º | 0.65% | 0.46% | - |
| HSV(B) | 4.37º | 0.79% | 0.75% | - |
| XYZ | 23.37 | 13.82 | 3.53 | - |
| YUV | 92.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 41 | 0 | 0.73 | 0.79 | 0.25 | 4.37 | 0.65 | 0.46 |
| Hex | C0 | 34 | 29 | 0 | 49 | 4F | 19 | 4 | 41 | 2E |
| Octal | 300 | 64 | 51 | 0 | 111 | 117 | 31 | 4 | 101 | 56 |
| Binary | 11000000 | 110100 | 101001 | 0 | 1001001 | 1001111 | 11001 | 100 | 1000001 | 101110 |
Color Harmonies of #C03429
Complementary color
Monochromatic Colors of #C03429
Black with #C03429
Text Example
Text Example
White with #C03429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03429; }
p { color: rgb(192,52,41); }
H1.HeaderClassName
{
color: #C03429;
}
.AnyTagClassName
{
color: #C03429;
}
</style>
background-color css
<style>
a { background-color: #C03429; }
a { background-color: rgb(192,52,41); }
div.DivClassName
{
background-color: #C03429;
}
.BgClassName
{
background-color: #C03429;
}
</style>
border-color css
<style>
span { border-color: #C03429; }
span { border-color: rgb(192,52,41); }
td.TdClassName
{
border-color: #C03429;
}
.TagClassName
{
border-color: #C03429;
}
</style>