Shades of Persian Red #C83425
Tints of Persian Red #C83425
RGB
CMYK
RGB Variations
Color information
#C83425 (or 0xC83425) is known color: Persian Red. HEX triplet: C8, 34 and 25. RGB value is (200,52,37). Sum of RGB (Red+Green+Blue) = 200+52+37=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C83425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83425 is #37CBDA. Grayscale: #5E5E5E. Windows color (decimal): -3656667 or 2438344. OLE color: 2438344.
HSL color Cylindrical-coordinate representation of color #C83425: hue angle of 5.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83425 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 37 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.22 |
| HSL | 5.52º | 0.69% | 0.46% | - |
| HSV(B) | 5.52º | 0.82% | 0.78% | - |
| XYZ | 25.38 | 14.87 | 3.28 | - |
| YUV | 94.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 37 | 0 | 0.74 | 0.82 | 0.22 | 5.52 | 0.69 | 0.46 |
| Hex | C8 | 34 | 25 | 0 | 4A | 52 | 16 | 6 | 45 | 2E |
| Octal | 310 | 64 | 45 | 0 | 112 | 122 | 26 | 6 | 105 | 56 |
| Binary | 11001000 | 110100 | 100101 | 0 | 1001010 | 1010010 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C83425
Complementary color
Monochromatic Colors of #C83425
Black with #C83425
Text Example
Text Example
White with #C83425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83425; }
p { color: rgb(200,52,37); }
H1.HeaderClassName
{
color: #C83425;
}
.AnyTagClassName
{
color: #C83425;
}
</style>
background-color css
<style>
a { background-color: #C83425; }
a { background-color: rgb(200,52,37); }
div.DivClassName
{
background-color: #C83425;
}
.BgClassName
{
background-color: #C83425;
}
</style>
border-color css
<style>
span { border-color: #C83425; }
span { border-color: rgb(200,52,37); }
td.TdClassName
{
border-color: #C83425;
}
.TagClassName
{
border-color: #C83425;
}
</style>