Shades of Persian Red #C83229
Tints of Persian Red #C83229
RGB
CMYK
RGB Variations
Color information
#C83229 (or 0xC83229) is known color: Persian Red. HEX triplet: C8, 32 and 29. RGB value is (200,50,41). Sum of RGB (Red+Green+Blue) = 200+50+41=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C83229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83229 is #37CDD6. Grayscale: #5E5E5E. Windows color (decimal): -3657175 or 2699976. OLE color: 2699976.
HSL color Cylindrical-coordinate representation of color #C83229: hue angle of 3.4º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C83229 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 41 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.22 |
| HSL | 3.4º | 0.66% | 0.47% | - |
| HSV(B) | 3.4º | 0.8% | 0.78% | - |
| XYZ | 25.36 | 14.72 | 3.6 | - |
| YUV | 93.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 41 | 0 | 0.75 | 0.80 | 0.22 | 3.4 | 0.66 | 0.47 |
| Hex | C8 | 32 | 29 | 0 | 4B | 50 | 16 | 3 | 42 | 2F |
| Octal | 310 | 62 | 51 | 0 | 113 | 120 | 26 | 3 | 102 | 57 |
| Binary | 11001000 | 110010 | 101001 | 0 | 1001011 | 1010000 | 10110 | 11 | 1000010 | 101111 |
Color Harmonies of #C83229
Complementary color
Monochromatic Colors of #C83229
Black with #C83229
Text Example
Text Example
White with #C83229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83229; }
p { color: rgb(200,50,41); }
H1.HeaderClassName
{
color: #C83229;
}
.AnyTagClassName
{
color: #C83229;
}
</style>
background-color css
<style>
a { background-color: #C83229; }
a { background-color: rgb(200,50,41); }
div.DivClassName
{
background-color: #C83229;
}
.BgClassName
{
background-color: #C83229;
}
</style>
border-color css
<style>
span { border-color: #C83229; }
span { border-color: rgb(200,50,41); }
td.TdClassName
{
border-color: #C83229;
}
.TagClassName
{
border-color: #C83229;
}
</style>