Shades of Persian Red #C83C33
Tints of Persian Red #C83C33
RGB
CMYK
RGB Variations
Color information
#C83C33 (or 0xC83C33) is known color: Persian Red. HEX triplet: C8, 3C and 33. RGB value is (200,60,51). Sum of RGB (Red+Green+Blue) = 200+60+51=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C33 is #37C3CC. Grayscale: #656565. Windows color (decimal): -3654605 or 3357896. OLE color: 3357896.
HSL color Cylindrical-coordinate representation of color #C83C33: hue angle of 3.62º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83C33 is Cyan = 0, Magento = 0.7, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 51 | - |
| CMYK | 0 | 0.7 | 0.74 | 0.22 |
| HSL | 3.62º | 0.59% | 0.49% | - |
| HSV(B) | 3.62º | 0.75% | 0.78% | - |
| XYZ | 26.03 | 15.75 | 4.8 | - |
| YUV | 100.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 51 | 0 | 0.7 | 0.74 | 0.22 | 3.62 | 0.59 | 0.49 |
| Hex | C8 | 3C | 33 | 0 | 46 | 4A | 16 | 4 | 3B | 31 |
| Octal | 310 | 74 | 63 | 0 | 106 | 112 | 26 | 4 | 73 | 61 |
| Binary | 11001000 | 111100 | 110011 | 0 | 1000110 | 1001010 | 10110 | 100 | 111011 | 110001 |
Color Harmonies of #C83C33
Complementary color
Monochromatic Colors of #C83C33
Black with #C83C33
Text Example
Text Example
White with #C83C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C33; }
p { color: rgb(200,60,51); }
H1.HeaderClassName
{
color: #C83C33;
}
.AnyTagClassName
{
color: #C83C33;
}
</style>
background-color css
<style>
a { background-color: #C83C33; }
a { background-color: rgb(200,60,51); }
div.DivClassName
{
background-color: #C83C33;
}
.BgClassName
{
background-color: #C83C33;
}
</style>
border-color css
<style>
span { border-color: #C83C33; }
span { border-color: rgb(200,60,51); }
td.TdClassName
{
border-color: #C83C33;
}
.TagClassName
{
border-color: #C83C33;
}
</style>