Shades of Persian Red #C03426
Tints of Persian Red #C03426
RGB
CMYK
RGB Variations
Color information
#C03426 (or 0xC03426) is known color: Persian Red. HEX triplet: C0, 34 and 26. RGB value is (192,52,38). Sum of RGB (Red+Green+Blue) = 192+52+38=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C03426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03426 is #3FCBD9. Grayscale: #5C5C5C. Windows color (decimal): -4180954 or 2503872. OLE color: 2503872.
HSL color Cylindrical-coordinate representation of color #C03426: hue angle of 5.45º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03426 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 38 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.25 |
| HSL | 5.45º | 0.67% | 0.45% | - |
| HSV(B) | 5.45º | 0.8% | 0.75% | - |
| XYZ | 23.32 | 13.8 | 3.27 | - |
| YUV | 92.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 38 | 0 | 0.73 | 0.80 | 0.25 | 5.45 | 0.67 | 0.45 |
| Hex | C0 | 34 | 26 | 0 | 49 | 50 | 19 | 5 | 43 | 2D |
| Octal | 300 | 64 | 46 | 0 | 111 | 120 | 31 | 5 | 103 | 55 |
| Binary | 11000000 | 110100 | 100110 | 0 | 1001001 | 1010000 | 11001 | 101 | 1000011 | 101101 |
Color Harmonies of #C03426
Complementary color
Monochromatic Colors of #C03426
Black with #C03426
Text Example
Text Example
White with #C03426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03426; }
p { color: rgb(192,52,38); }
H1.HeaderClassName
{
color: #C03426;
}
.AnyTagClassName
{
color: #C03426;
}
</style>
background-color css
<style>
a { background-color: #C03426; }
a { background-color: rgb(192,52,38); }
div.DivClassName
{
background-color: #C03426;
}
.BgClassName
{
background-color: #C03426;
}
</style>
border-color css
<style>
span { border-color: #C03426; }
span { border-color: rgb(192,52,38); }
td.TdClassName
{
border-color: #C03426;
}
.TagClassName
{
border-color: #C03426;
}
</style>