Shades of Persian Red #C83328
Tints of Persian Red #C83328
RGB
CMYK
RGB Variations
Color information
#C83328 (or 0xC83328) is known color: Persian Red. HEX triplet: C8, 33 and 28. RGB value is (200,51,40). Sum of RGB (Red+Green+Blue) = 200+51+40=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C83328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83328 is #37CCD7. Grayscale: #5E5E5E. Windows color (decimal): -3656920 or 2634696. OLE color: 2634696.
HSL color Cylindrical-coordinate representation of color #C83328: hue angle of 4.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83328 is Cyan = 0, Magento = 0.74, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 40 | - |
| CMYK | 0 | 0.74 | 0.8 | 0.22 |
| HSL | 4.13º | 0.67% | 0.47% | - |
| HSV(B) | 4.13º | 0.8% | 0.78% | - |
| XYZ | 25.39 | 14.8 | 3.53 | - |
| YUV | 94.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 40 | 0 | 0.74 | 0.8 | 0.22 | 4.13 | 0.67 | 0.47 |
| Hex | C8 | 33 | 28 | 0 | 4A | 50 | 16 | 4 | 43 | 2F |
| Octal | 310 | 63 | 50 | 0 | 112 | 120 | 26 | 4 | 103 | 57 |
| Binary | 11001000 | 110011 | 101000 | 0 | 1001010 | 1010000 | 10110 | 100 | 1000011 | 101111 |
Color Harmonies of #C83328
Complementary color
Monochromatic Colors of #C83328
Black with #C83328
Text Example
Text Example
White with #C83328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83328; }
p { color: rgb(200,51,40); }
H1.HeaderClassName
{
color: #C83328;
}
.AnyTagClassName
{
color: #C83328;
}
</style>
background-color css
<style>
a { background-color: #C83328; }
a { background-color: rgb(200,51,40); }
div.DivClassName
{
background-color: #C83328;
}
.BgClassName
{
background-color: #C83328;
}
</style>
border-color css
<style>
span { border-color: #C83328; }
span { border-color: rgb(200,51,40); }
td.TdClassName
{
border-color: #C83328;
}
.TagClassName
{
border-color: #C83328;
}
</style>