Shades of Persian Red #C83F2F
Tints of Persian Red #C83F2F
RGB
CMYK
RGB Variations
Color information
#C83F2F (or 0xC83F2F) is known color: Persian Red. HEX triplet: C8, 3F and 2F. RGB value is (200,63,47). Sum of RGB (Red+Green+Blue) = 200+63+47=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F2F is #37C0D0. Grayscale: #666666. Windows color (decimal): -3653841 or 3096520. OLE color: 3096520.
HSL color Cylindrical-coordinate representation of color #C83F2F: hue angle of 6.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C83F2F is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 47 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.22 |
| HSL | 6.27º | 0.62% | 0.48% | - |
| HSV(B) | 6.27º | 0.77% | 0.78% | - |
| XYZ | 26.11 | 16.04 | 4.41 | - |
| YUV | 102.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 47 | 0 | 0.68 | 0.76 | 0.22 | 6.27 | 0.62 | 0.48 |
| Hex | C8 | 3F | 2F | 0 | 44 | 4C | 16 | 6 | 3E | 30 |
| Octal | 310 | 77 | 57 | 0 | 104 | 114 | 26 | 6 | 76 | 60 |
| Binary | 11001000 | 111111 | 101111 | 0 | 1000100 | 1001100 | 10110 | 110 | 111110 | 110000 |
Color Harmonies of #C83F2F
Complementary color
Monochromatic Colors of #C83F2F
Black with #C83F2F
Text Example
Text Example
White with #C83F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F2F; }
p { color: rgb(200,63,47); }
H1.HeaderClassName
{
color: #C83F2F;
}
.AnyTagClassName
{
color: #C83F2F;
}
</style>
background-color css
<style>
a { background-color: #C83F2F; }
a { background-color: rgb(200,63,47); }
div.DivClassName
{
background-color: #C83F2F;
}
.BgClassName
{
background-color: #C83F2F;
}
</style>
border-color css
<style>
span { border-color: #C83F2F; }
span { border-color: rgb(200,63,47); }
td.TdClassName
{
border-color: #C83F2F;
}
.TagClassName
{
border-color: #C83F2F;
}
</style>