Shades of Persian Red #C83333
Tints of Persian Red #C83333
RGB
CMYK
RGB Variations
Color information
#C83333 (or 0xC83333) is known color: Persian Red. HEX triplet: C8, 33 and 33. RGB value is (200,51,51). Sum of RGB (Red+Green+Blue) = 200+51+51=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C83333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83333 is #37CCCC. Grayscale: #5F5F5F. Windows color (decimal): -3656909 or 3355592. OLE color: 3355592.
HSL color Cylindrical-coordinate representation of color #C83333: hue angle of 0º 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 #C83333 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 51 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.22 |
| HSL | 0º | 0.59% | 0.49% | - |
| HSV(B) | 0º | 0.75% | 0.78% | - |
| XYZ | 25.6 | 14.89 | 4.66 | - |
| YUV | 95.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 51 | 0 | 0.74 | 0.74 | 0.22 | 0 | 0.59 | 0.49 |
| Hex | C8 | 33 | 33 | 0 | 4A | 4A | 16 | 0 | 3B | 31 |
| Octal | 310 | 63 | 63 | 0 | 112 | 112 | 26 | 0 | 73 | 61 |
| Binary | 11001000 | 110011 | 110011 | 0 | 1001010 | 1001010 | 10110 | 0 | 111011 | 110001 |
Color Harmonies of #C83333
Complementary color
Monochromatic Colors of #C83333
Black with #C83333
Text Example
Text Example
White with #C83333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83333; }
p { color: rgb(200,51,51); }
H1.HeaderClassName
{
color: #C83333;
}
.AnyTagClassName
{
color: #C83333;
}
</style>
background-color css
<style>
a { background-color: #C83333; }
a { background-color: rgb(200,51,51); }
div.DivClassName
{
background-color: #C83333;
}
.BgClassName
{
background-color: #C83333;
}
</style>
border-color css
<style>
span { border-color: #C83333; }
span { border-color: rgb(200,51,51); }
td.TdClassName
{
border-color: #C83333;
}
.TagClassName
{
border-color: #C83333;
}
</style>