Shades of Persian Red #C83D33
Tints of Persian Red #C83D33
RGB
CMYK
RGB Variations
Color information
#C83D33 (or 0xC83D33) is known color: Persian Red. HEX triplet: C8, 3D and 33. RGB value is (200,61,51). Sum of RGB (Red+Green+Blue) = 200+61+51=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D33 is #37C2CC. Grayscale: #656565. Windows color (decimal): -3654349 or 3358152. OLE color: 3358152.
HSL color Cylindrical-coordinate representation of color #C83D33: hue angle of 4.03º 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 #C83D33 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 51 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.22 |
| HSL | 4.03º | 0.59% | 0.49% | - |
| HSV(B) | 4.03º | 0.75% | 0.78% | - |
| XYZ | 26.09 | 15.86 | 4.82 | - |
| YUV | 101.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 51 | 0 | 0.69 | 0.74 | 0.22 | 4.03 | 0.59 | 0.49 |
| Hex | C8 | 3D | 33 | 0 | 45 | 4A | 16 | 4 | 3B | 31 |
| Octal | 310 | 75 | 63 | 0 | 105 | 112 | 26 | 4 | 73 | 61 |
| Binary | 11001000 | 111101 | 110011 | 0 | 1000101 | 1001010 | 10110 | 100 | 111011 | 110001 |
Color Harmonies of #C83D33
Complementary color
Monochromatic Colors of #C83D33
Black with #C83D33
Text Example
Text Example
White with #C83D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D33; }
p { color: rgb(200,61,51); }
H1.HeaderClassName
{
color: #C83D33;
}
.AnyTagClassName
{
color: #C83D33;
}
</style>
background-color css
<style>
a { background-color: #C83D33; }
a { background-color: rgb(200,61,51); }
div.DivClassName
{
background-color: #C83D33;
}
.BgClassName
{
background-color: #C83D33;
}
</style>
border-color css
<style>
span { border-color: #C83D33; }
span { border-color: rgb(200,61,51); }
td.TdClassName
{
border-color: #C83D33;
}
.TagClassName
{
border-color: #C83D33;
}
</style>