Shades of Persian Red #C83625
Tints of Persian Red #C83625
RGB
CMYK
RGB Variations
Color information
#C83625 (or 0xC83625) is known color: Persian Red. HEX triplet: C8, 36 and 25. RGB value is (200,54,37). Sum of RGB (Red+Green+Blue) = 200+54+37=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C83625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83625 is #37C9DA. Grayscale: #5F5F5F. Windows color (decimal): -3656155 or 2438856. OLE color: 2438856.
HSL color Cylindrical-coordinate representation of color #C83625: hue angle of 6.26º 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 #C83625 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 37 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.22 |
| HSL | 6.26º | 0.69% | 0.46% | - |
| HSV(B) | 6.26º | 0.82% | 0.78% | - |
| XYZ | 25.47 | 15.05 | 3.31 | - |
| YUV | 95.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 37 | 0 | 0.73 | 0.82 | 0.22 | 6.26 | 0.69 | 0.46 |
| Hex | C8 | 36 | 25 | 0 | 49 | 52 | 16 | 6 | 45 | 2E |
| Octal | 310 | 66 | 45 | 0 | 111 | 122 | 26 | 6 | 105 | 56 |
| Binary | 11001000 | 110110 | 100101 | 0 | 1001001 | 1010010 | 10110 | 110 | 1000101 | 101110 |
Color Harmonies of #C83625
Complementary color
Monochromatic Colors of #C83625
Black with #C83625
Text Example
Text Example
White with #C83625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83625; }
p { color: rgb(200,54,37); }
H1.HeaderClassName
{
color: #C83625;
}
.AnyTagClassName
{
color: #C83625;
}
</style>
background-color css
<style>
a { background-color: #C83625; }
a { background-color: rgb(200,54,37); }
div.DivClassName
{
background-color: #C83625;
}
.BgClassName
{
background-color: #C83625;
}
</style>
border-color css
<style>
span { border-color: #C83625; }
span { border-color: rgb(200,54,37); }
td.TdClassName
{
border-color: #C83625;
}
.TagClassName
{
border-color: #C83625;
}
</style>