Shades of Persian Red #C83633
Tints of Persian Red #C83633
RGB
CMYK
RGB Variations
Color information
#C83633 (or 0xC83633) is known color: Persian Red. HEX triplet: C8, 36 and 33. RGB value is (200,54,51). Sum of RGB (Red+Green+Blue) = 200+54+51=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83633 is #37C9CC. Grayscale: #616161. Windows color (decimal): -3656141 or 3356360. OLE color: 3356360.
HSL color Cylindrical-coordinate representation of color #C83633: hue angle of 1.21º 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 #C83633 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 51 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.22 |
| HSL | 1.21º | 0.59% | 0.49% | - |
| HSV(B) | 1.21º | 0.75% | 0.78% | - |
| XYZ | 25.74 | 15.16 | 4.7 | - |
| YUV | 97.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 51 | 0 | 0.73 | 0.74 | 0.22 | 1.21 | 0.59 | 0.49 |
| Hex | C8 | 36 | 33 | 0 | 49 | 4A | 16 | 1 | 3B | 31 |
| Octal | 310 | 66 | 63 | 0 | 111 | 112 | 26 | 1 | 73 | 61 |
| Binary | 11001000 | 110110 | 110011 | 0 | 1001001 | 1001010 | 10110 | 1 | 111011 | 110001 |
Color Harmonies of #C83633
Complementary color
Monochromatic Colors of #C83633
Black with #C83633
Text Example
Text Example
White with #C83633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83633; }
p { color: rgb(200,54,51); }
H1.HeaderClassName
{
color: #C83633;
}
.AnyTagClassName
{
color: #C83633;
}
</style>
background-color css
<style>
a { background-color: #C83633; }
a { background-color: rgb(200,54,51); }
div.DivClassName
{
background-color: #C83633;
}
.BgClassName
{
background-color: #C83633;
}
</style>
border-color css
<style>
span { border-color: #C83633; }
span { border-color: rgb(200,54,51); }
td.TdClassName
{
border-color: #C83633;
}
.TagClassName
{
border-color: #C83633;
}
</style>