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