Shades of Persian Red #C03628
Tints of Persian Red #C03628
RGB
CMYK
RGB Variations
Color information
#C03628 (or 0xC03628) is known color: Persian Red. HEX triplet: C0, 36 and 28. RGB value is (192,54,40). Sum of RGB (Red+Green+Blue) = 192+54+40=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C03628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03628 is #3FC9D7. Grayscale: #5D5D5D. Windows color (decimal): -4180440 or 2635456. OLE color: 2635456.
HSL color Cylindrical-coordinate representation of color #C03628: hue angle of 5.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C03628 is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 40 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.25 |
| HSL | 5.53º | 0.66% | 0.45% | - |
| HSV(B) | 5.53º | 0.79% | 0.75% | - |
| XYZ | 23.44 | 14 | 3.47 | - |
| YUV | 93.67 | 97.72 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 40 | 0 | 0.72 | 0.79 | 0.25 | 5.53 | 0.66 | 0.45 |
| Hex | C0 | 36 | 28 | 0 | 48 | 4F | 19 | 6 | 42 | 2D |
| Octal | 300 | 66 | 50 | 0 | 110 | 117 | 31 | 6 | 102 | 55 |
| Binary | 11000000 | 110110 | 101000 | 0 | 1001000 | 1001111 | 11001 | 110 | 1000010 | 101101 |
Color Harmonies of #C03628
Complementary color
Monochromatic Colors of #C03628
Black with #C03628
Text Example
Text Example
White with #C03628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03628; }
p { color: rgb(192,54,40); }
H1.HeaderClassName
{
color: #C03628;
}
.AnyTagClassName
{
color: #C03628;
}
</style>
background-color css
<style>
a { background-color: #C03628; }
a { background-color: rgb(192,54,40); }
div.DivClassName
{
background-color: #C03628;
}
.BgClassName
{
background-color: #C03628;
}
</style>
border-color css
<style>
span { border-color: #C03628; }
span { border-color: rgb(192,54,40); }
td.TdClassName
{
border-color: #C03628;
}
.TagClassName
{
border-color: #C03628;
}
</style>