Shades of Persian Red #C83626
Tints of Persian Red #C83626
RGB
CMYK
RGB Variations
Color information
#C83626 (or 0xC83626) is known color: Persian Red. HEX triplet: C8, 36 and 26. RGB value is (200,54,38). Sum of RGB (Red+Green+Blue) = 200+54+38=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C83626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83626 is #37C9D9. Grayscale: #606060. Windows color (decimal): -3656154 or 2504392. OLE color: 2504392.
HSL color Cylindrical-coordinate representation of color #C83626: hue angle of 5.93º 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 #C83626 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 38 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.22 |
| HSL | 5.93º | 0.68% | 0.47% | - |
| HSV(B) | 5.93º | 0.81% | 0.78% | - |
| XYZ | 25.49 | 15.06 | 3.4 | - |
| YUV | 95.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 38 | 0 | 0.73 | 0.81 | 0.22 | 5.93 | 0.68 | 0.47 |
| Hex | C8 | 36 | 26 | 0 | 49 | 51 | 16 | 6 | 44 | 2F |
| Octal | 310 | 66 | 46 | 0 | 111 | 121 | 26 | 6 | 104 | 57 |
| Binary | 11001000 | 110110 | 100110 | 0 | 1001001 | 1010001 | 10110 | 110 | 1000100 | 101111 |
Color Harmonies of #C83626
Complementary color
Monochromatic Colors of #C83626
Black with #C83626
Text Example
Text Example
White with #C83626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83626; }
p { color: rgb(200,54,38); }
H1.HeaderClassName
{
color: #C83626;
}
.AnyTagClassName
{
color: #C83626;
}
</style>
background-color css
<style>
a { background-color: #C83626; }
a { background-color: rgb(200,54,38); }
div.DivClassName
{
background-color: #C83626;
}
.BgClassName
{
background-color: #C83626;
}
</style>
border-color css
<style>
span { border-color: #C83626; }
span { border-color: rgb(200,54,38); }
td.TdClassName
{
border-color: #C83626;
}
.TagClassName
{
border-color: #C83626;
}
</style>