Shades of Persian Red #C83E26
Tints of Persian Red #C83E26
RGB
CMYK
RGB Variations
Color information
#C83E26 (or 0xC83E26) is known color: Persian Red. HEX triplet: C8, 3E and 26. RGB value is (200,62,38). Sum of RGB (Red+Green+Blue) = 200+62+38=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E26 is #37C1D9. Grayscale: #646464. Windows color (decimal): -3654106 or 2506440. OLE color: 2506440.
HSL color Cylindrical-coordinate representation of color #C83E26: hue angle of 8.89º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83E26 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 62 | 38 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.22 |
| HSL | 8.89º | 0.68% | 0.47% | - |
| HSV(B) | 8.89º | 0.81% | 0.78% | - |
| XYZ | 25.89 | 15.86 | 3.53 | - |
| YUV | 100.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 62 | 38 | 0 | 0.69 | 0.81 | 0.22 | 8.89 | 0.68 | 0.47 |
| Hex | C8 | 3E | 26 | 0 | 45 | 51 | 16 | 9 | 44 | 2F |
| Octal | 310 | 76 | 46 | 0 | 105 | 121 | 26 | 11 | 104 | 57 |
| Binary | 11001000 | 111110 | 100110 | 0 | 1000101 | 1010001 | 10110 | 1001 | 1000100 | 101111 |
Color Harmonies of #C83E26
Complementary color
Monochromatic Colors of #C83E26
Black with #C83E26
Text Example
Text Example
White with #C83E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83E26; }
p { color: rgb(200,62,38); }
H1.HeaderClassName
{
color: #C83E26;
}
.AnyTagClassName
{
color: #C83E26;
}
</style>
background-color css
<style>
a { background-color: #C83E26; }
a { background-color: rgb(200,62,38); }
div.DivClassName
{
background-color: #C83E26;
}
.BgClassName
{
background-color: #C83E26;
}
</style>
border-color css
<style>
span { border-color: #C83E26; }
span { border-color: rgb(200,62,38); }
td.TdClassName
{
border-color: #C83E26;
}
.TagClassName
{
border-color: #C83E26;
}
</style>