Shades of Persian Red #C83A2D
Tints of Persian Red #C83A2D
RGB
CMYK
RGB Variations
Color information
#C83A2D (or 0xC83A2D) is known color: Persian Red. HEX triplet: C8, 3A and 2D. RGB value is (200,58,45). Sum of RGB (Red+Green+Blue) = 200+58+45=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83A2D is #37C5D2. Grayscale: #636363. Windows color (decimal): -3655123 or 2964168. OLE color: 2964168.
HSL color Cylindrical-coordinate representation of color #C83A2D: hue angle of 5.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C83A2D is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 45 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.22 |
| HSL | 5.03º | 0.63% | 0.48% | - |
| HSV(B) | 5.03º | 0.78% | 0.78% | - |
| XYZ | 25.81 | 15.49 | 4.11 | - |
| YUV | 98.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 45 | 0 | 0.71 | 0.78 | 0.22 | 5.03 | 0.63 | 0.48 |
| Hex | C8 | 3A | 2D | 0 | 47 | 4E | 16 | 5 | 3F | 30 |
| Octal | 310 | 72 | 55 | 0 | 107 | 116 | 26 | 5 | 77 | 60 |
| Binary | 11001000 | 111010 | 101101 | 0 | 1000111 | 1001110 | 10110 | 101 | 111111 | 110000 |
Color Harmonies of #C83A2D
Complementary color
Monochromatic Colors of #C83A2D
Black with #C83A2D
Text Example
Text Example
White with #C83A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A2D; }
p { color: rgb(200,58,45); }
H1.HeaderClassName
{
color: #C83A2D;
}
.AnyTagClassName
{
color: #C83A2D;
}
</style>
background-color css
<style>
a { background-color: #C83A2D; }
a { background-color: rgb(200,58,45); }
div.DivClassName
{
background-color: #C83A2D;
}
.BgClassName
{
background-color: #C83A2D;
}
</style>
border-color css
<style>
span { border-color: #C83A2D; }
span { border-color: rgb(200,58,45); }
td.TdClassName
{
border-color: #C83A2D;
}
.TagClassName
{
border-color: #C83A2D;
}
</style>