Shades of Persian Red #C83532
Tints of Persian Red #C83532
RGB
CMYK
RGB Variations
Color information
#C83532 (or 0xC83532) is known color: Persian Red. HEX triplet: C8, 35 and 32. RGB value is (200,53,50). Sum of RGB (Red+Green+Blue) = 200+53+50=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C83532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83532 is #37CACD. Grayscale: #606060. Windows color (decimal): -3656398 or 3290568. OLE color: 3290568.
HSL color Cylindrical-coordinate representation of color #C83532: hue angle of 1.2º degrees, saturation: 0.6, 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 #C83532 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 50 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.22 |
| HSL | 1.2º | 0.6% | 0.49% | - |
| HSV(B) | 1.2º | 0.75% | 0.78% | - |
| XYZ | 25.67 | 15.06 | 4.57 | - |
| YUV | 96.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 50 | 0 | 0.74 | 0.75 | 0.22 | 1.2 | 0.6 | 0.49 |
| Hex | C8 | 35 | 32 | 0 | 4A | 4B | 16 | 1 | 3C | 31 |
| Octal | 310 | 65 | 62 | 0 | 112 | 113 | 26 | 1 | 74 | 61 |
| Binary | 11001000 | 110101 | 110010 | 0 | 1001010 | 1001011 | 10110 | 1 | 111100 | 110001 |
Color Harmonies of #C83532
Complementary color
Monochromatic Colors of #C83532
Black with #C83532
Text Example
Text Example
White with #C83532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83532; }
p { color: rgb(200,53,50); }
H1.HeaderClassName
{
color: #C83532;
}
.AnyTagClassName
{
color: #C83532;
}
</style>
background-color css
<style>
a { background-color: #C83532; }
a { background-color: rgb(200,53,50); }
div.DivClassName
{
background-color: #C83532;
}
.BgClassName
{
background-color: #C83532;
}
</style>
border-color css
<style>
span { border-color: #C83532; }
span { border-color: rgb(200,53,50); }
td.TdClassName
{
border-color: #C83532;
}
.TagClassName
{
border-color: #C83532;
}
</style>