Shades of Persian Red #C03425
Tints of Persian Red #C03425
RGB
CMYK
RGB Variations
Color information
#C03425 (or 0xC03425) is known color: Persian Red. HEX triplet: C0, 34 and 25. RGB value is (192,52,37). Sum of RGB (Red+Green+Blue) = 192+52+37=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03425 is #3FCBDA. Grayscale: #5C5C5C. Windows color (decimal): -4180955 or 2438336. OLE color: 2438336.
HSL color Cylindrical-coordinate representation of color #C03425: hue angle of 5.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C03425 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 37 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.25 |
| HSL | 5.81º | 0.68% | 0.45% | - |
| HSV(B) | 5.81º | 0.81% | 0.75% | - |
| XYZ | 23.3 | 13.8 | 3.19 | - |
| YUV | 92.15 | 96.88 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 37 | 0 | 0.73 | 0.81 | 0.25 | 5.81 | 0.68 | 0.45 |
| Hex | C0 | 34 | 25 | 0 | 49 | 51 | 19 | 6 | 44 | 2D |
| Octal | 300 | 64 | 45 | 0 | 111 | 121 | 31 | 6 | 104 | 55 |
| Binary | 11000000 | 110100 | 100101 | 0 | 1001001 | 1010001 | 11001 | 110 | 1000100 | 101101 |
Color Harmonies of #C03425
Complementary color
Monochromatic Colors of #C03425
Black with #C03425
Text Example
Text Example
White with #C03425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03425; }
p { color: rgb(192,52,37); }
H1.HeaderClassName
{
color: #C03425;
}
.AnyTagClassName
{
color: #C03425;
}
</style>
background-color css
<style>
a { background-color: #C03425; }
a { background-color: rgb(192,52,37); }
div.DivClassName
{
background-color: #C03425;
}
.BgClassName
{
background-color: #C03425;
}
</style>
border-color css
<style>
span { border-color: #C03425; }
span { border-color: rgb(192,52,37); }
td.TdClassName
{
border-color: #C03425;
}
.TagClassName
{
border-color: #C03425;
}
</style>