Shades of Persian Red #C83F2C
Tints of Persian Red #C83F2C
RGB
CMYK
RGB Variations
Color information
#C83F2C (or 0xC83F2C) is known color: Persian Red. HEX triplet: C8, 3F and 2C. RGB value is (200,63,44). Sum of RGB (Red+Green+Blue) = 200+63+44=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F2C is #37C0D3. Grayscale: #666666. Windows color (decimal): -3653844 or 2899912. OLE color: 2899912.
HSL color Cylindrical-coordinate representation of color #C83F2C: hue angle of 7.31º degrees, saturation: 0.64, 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 #C83F2C is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 44 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.22 |
| HSL | 7.31º | 0.64% | 0.48% | - |
| HSV(B) | 7.31º | 0.78% | 0.78% | - |
| XYZ | 26.05 | 16.02 | 4.1 | - |
| YUV | 101.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 44 | 0 | 0.68 | 0.78 | 0.22 | 7.31 | 0.64 | 0.48 |
| Hex | C8 | 3F | 2C | 0 | 44 | 4E | 16 | 7 | 40 | 30 |
| Octal | 310 | 77 | 54 | 0 | 104 | 116 | 26 | 7 | 100 | 60 |
| Binary | 11001000 | 111111 | 101100 | 0 | 1000100 | 1001110 | 10110 | 111 | 1000000 | 110000 |
Color Harmonies of #C83F2C
Complementary color
Monochromatic Colors of #C83F2C
Black with #C83F2C
Text Example
Text Example
White with #C83F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F2C; }
p { color: rgb(200,63,44); }
H1.HeaderClassName
{
color: #C83F2C;
}
.AnyTagClassName
{
color: #C83F2C;
}
</style>
background-color css
<style>
a { background-color: #C83F2C; }
a { background-color: rgb(200,63,44); }
div.DivClassName
{
background-color: #C83F2C;
}
.BgClassName
{
background-color: #C83F2C;
}
</style>
border-color css
<style>
span { border-color: #C83F2C; }
span { border-color: rgb(200,63,44); }
td.TdClassName
{
border-color: #C83F2C;
}
.TagClassName
{
border-color: #C83F2C;
}
</style>