Shades of Persian Red #C83A25
Tints of Persian Red #C83A25
RGB
CMYK
RGB Variations
Color information
#C83A25 (or 0xC83A25) is known color: Persian Red. HEX triplet: C8, 3A and 25. RGB value is (200,58,37). Sum of RGB (Red+Green+Blue) = 200+58+37=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A25 is #37C5DA. Grayscale: #626262. Windows color (decimal): -3655131 or 2439880. OLE color: 2439880.
HSL color Cylindrical-coordinate representation of color #C83A25: hue angle of 7.73º 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 #C83A25 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 37 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.22 |
| HSL | 7.73º | 0.69% | 0.46% | - |
| HSV(B) | 7.73º | 0.82% | 0.78% | - |
| XYZ | 25.67 | 15.44 | 3.38 | - |
| YUV | 98.06 | 93.54 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 37 | 0 | 0.71 | 0.82 | 0.22 | 7.73 | 0.69 | 0.46 |
| Hex | C8 | 3A | 25 | 0 | 47 | 52 | 16 | 8 | 45 | 2E |
| Octal | 310 | 72 | 45 | 0 | 107 | 122 | 26 | 10 | 105 | 56 |
| Binary | 11001000 | 111010 | 100101 | 0 | 1000111 | 1010010 | 10110 | 1000 | 1000101 | 101110 |
Color Harmonies of #C83A25
Complementary color
Monochromatic Colors of #C83A25
Black with #C83A25
Text Example
Text Example
White with #C83A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A25; }
p { color: rgb(200,58,37); }
H1.HeaderClassName
{
color: #C83A25;
}
.AnyTagClassName
{
color: #C83A25;
}
</style>
background-color css
<style>
a { background-color: #C83A25; }
a { background-color: rgb(200,58,37); }
div.DivClassName
{
background-color: #C83A25;
}
.BgClassName
{
background-color: #C83A25;
}
</style>
border-color css
<style>
span { border-color: #C83A25; }
span { border-color: rgb(200,58,37); }
td.TdClassName
{
border-color: #C83A25;
}
.TagClassName
{
border-color: #C83A25;
}
</style>