Shades of Persian Red #C83D2F
Tints of Persian Red #C83D2F
RGB
CMYK
RGB Variations
Color information
#C83D2F (or 0xC83D2F) is known color: Persian Red. HEX triplet: C8, 3D and 2F. RGB value is (200,61,47). Sum of RGB (Red+Green+Blue) = 200+61+47=308 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.94% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D2F is #37C2D0. Grayscale: #656565. Windows color (decimal): -3654353 or 3096008. OLE color: 3096008.
HSL color Cylindrical-coordinate representation of color #C83D2F: hue angle of 5.49º 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 #C83D2F is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 47 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.22 |
| HSL | 5.49º | 0.62% | 0.48% | - |
| HSV(B) | 5.49º | 0.77% | 0.78% | - |
| XYZ | 26 | 15.82 | 4.37 | - |
| YUV | 100.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 47 | 0 | 0.69 | 0.76 | 0.22 | 5.49 | 0.62 | 0.48 |
| Hex | C8 | 3D | 2F | 0 | 45 | 4C | 16 | 5 | 3E | 30 |
| Octal | 310 | 75 | 57 | 0 | 105 | 114 | 26 | 5 | 76 | 60 |
| Binary | 11001000 | 111101 | 101111 | 0 | 1000101 | 1001100 | 10110 | 101 | 111110 | 110000 |
Color Harmonies of #C83D2F
Complementary color
Monochromatic Colors of #C83D2F
Black with #C83D2F
Text Example
Text Example
White with #C83D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D2F; }
p { color: rgb(200,61,47); }
H1.HeaderClassName
{
color: #C83D2F;
}
.AnyTagClassName
{
color: #C83D2F;
}
</style>
background-color css
<style>
a { background-color: #C83D2F; }
a { background-color: rgb(200,61,47); }
div.DivClassName
{
background-color: #C83D2F;
}
.BgClassName
{
background-color: #C83D2F;
}
</style>
border-color css
<style>
span { border-color: #C83D2F; }
span { border-color: rgb(200,61,47); }
td.TdClassName
{
border-color: #C83D2F;
}
.TagClassName
{
border-color: #C83D2F;
}
</style>