Shades of Persian Red #C83326
Tints of Persian Red #C83326
RGB
CMYK
RGB Variations
Color information
#C83326 (or 0xC83326) is known color: Persian Red. HEX triplet: C8, 33 and 26. RGB value is (200,51,38). Sum of RGB (Red+Green+Blue) = 200+51+38=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C83326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83326 is #37CCD9. Grayscale: #5E5E5E. Windows color (decimal): -3656922 or 2503624. OLE color: 2503624.
HSL color Cylindrical-coordinate representation of color #C83326: hue angle of 4.81º 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 #C83326 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 38 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.22 |
| HSL | 4.81º | 0.68% | 0.47% | - |
| HSV(B) | 4.81º | 0.81% | 0.78% | - |
| XYZ | 25.35 | 14.79 | 3.35 | - |
| YUV | 94.07 | 96.36 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 38 | 0 | 0.74 | 0.81 | 0.22 | 4.81 | 0.68 | 0.47 |
| Hex | C8 | 33 | 26 | 0 | 4A | 51 | 16 | 5 | 44 | 2F |
| Octal | 310 | 63 | 46 | 0 | 112 | 121 | 26 | 5 | 104 | 57 |
| Binary | 11001000 | 110011 | 100110 | 0 | 1001010 | 1010001 | 10110 | 101 | 1000100 | 101111 |
Color Harmonies of #C83326
Complementary color
Monochromatic Colors of #C83326
Black with #C83326
Text Example
Text Example
White with #C83326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83326; }
p { color: rgb(200,51,38); }
H1.HeaderClassName
{
color: #C83326;
}
.AnyTagClassName
{
color: #C83326;
}
</style>
background-color css
<style>
a { background-color: #C83326; }
a { background-color: rgb(200,51,38); }
div.DivClassName
{
background-color: #C83326;
}
.BgClassName
{
background-color: #C83326;
}
</style>
border-color css
<style>
span { border-color: #C83326; }
span { border-color: rgb(200,51,38); }
td.TdClassName
{
border-color: #C83326;
}
.TagClassName
{
border-color: #C83326;
}
</style>