Shades of Persian Red #C83634
Tints of Persian Red #C83634
RGB
CMYK
RGB Variations
Color information
#C83634 (or 0xC83634) is known color: Persian Red. HEX triplet: C8, 36 and 34. RGB value is (200,54,52). Sum of RGB (Red+Green+Blue) = 200+54+52=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C83634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83634 is #37C9CB. Grayscale: #616161. Windows color (decimal): -3656140 or 3421896. OLE color: 3421896.
HSL color Cylindrical-coordinate representation of color #C83634: hue angle of 0.81º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83634 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 52 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.22 |
| HSL | 0.81º | 0.59% | 0.49% | - |
| HSV(B) | 0.81º | 0.74% | 0.78% | - |
| XYZ | 25.76 | 15.17 | 4.82 | - |
| YUV | 97.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 52 | 0 | 0.73 | 0.74 | 0.22 | 0.81 | 0.59 | 0.49 |
| Hex | C8 | 36 | 34 | 0 | 49 | 4A | 16 | 1 | 3B | 31 |
| Octal | 310 | 66 | 64 | 0 | 111 | 112 | 26 | 1 | 73 | 61 |
| Binary | 11001000 | 110110 | 110100 | 0 | 1001001 | 1001010 | 10110 | 1 | 111011 | 110001 |
Color Harmonies of #C83634
Complementary color
Monochromatic Colors of #C83634
Black with #C83634
Text Example
Text Example
White with #C83634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83634; }
p { color: rgb(200,54,52); }
H1.HeaderClassName
{
color: #C83634;
}
.AnyTagClassName
{
color: #C83634;
}
</style>
background-color css
<style>
a { background-color: #C83634; }
a { background-color: rgb(200,54,52); }
div.DivClassName
{
background-color: #C83634;
}
.BgClassName
{
background-color: #C83634;
}
</style>
border-color css
<style>
span { border-color: #C83634; }
span { border-color: rgb(200,54,52); }
td.TdClassName
{
border-color: #C83634;
}
.TagClassName
{
border-color: #C83634;
}
</style>