Shades of Persian Red #C83F2B
Tints of Persian Red #C83F2B
RGB
CMYK
RGB Variations
Color information
#C83F2B (or 0xC83F2B) is known color: Persian Red. HEX triplet: C8, 3F and 2B. RGB value is (200,63,43). Sum of RGB (Red+Green+Blue) = 200+63+43=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F2B is #37C0D4. Grayscale: #656565. Windows color (decimal): -3653845 or 2834376. OLE color: 2834376.
HSL color Cylindrical-coordinate representation of color #C83F2B: hue angle of 7.64º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C83F2B is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 43 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.22 |
| HSL | 7.64º | 0.65% | 0.48% | - |
| HSV(B) | 7.64º | 0.79% | 0.78% | - |
| XYZ | 26.03 | 16.01 | 4 | - |
| YUV | 101.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 43 | 0 | 0.68 | 0.78 | 0.22 | 7.64 | 0.65 | 0.48 |
| Hex | C8 | 3F | 2B | 0 | 44 | 4E | 16 | 8 | 41 | 30 |
| Octal | 310 | 77 | 53 | 0 | 104 | 116 | 26 | 10 | 101 | 60 |
| Binary | 11001000 | 111111 | 101011 | 0 | 1000100 | 1001110 | 10110 | 1000 | 1000001 | 110000 |
Color Harmonies of #C83F2B
Complementary color
Monochromatic Colors of #C83F2B
Black with #C83F2B
Text Example
Text Example
White with #C83F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F2B; }
p { color: rgb(200,63,43); }
H1.HeaderClassName
{
color: #C83F2B;
}
.AnyTagClassName
{
color: #C83F2B;
}
</style>
background-color css
<style>
a { background-color: #C83F2B; }
a { background-color: rgb(200,63,43); }
div.DivClassName
{
background-color: #C83F2B;
}
.BgClassName
{
background-color: #C83F2B;
}
</style>
border-color css
<style>
span { border-color: #C83F2B; }
span { border-color: rgb(200,63,43); }
td.TdClassName
{
border-color: #C83F2B;
}
.TagClassName
{
border-color: #C83F2B;
}
</style>