Shades of Persian Red #C83429
Tints of Persian Red #C83429
RGB
CMYK
RGB Variations
Color information
#C83429 (or 0xC83429) is known color: Persian Red. HEX triplet: C8, 34 and 29. RGB value is (200,52,41). Sum of RGB (Red+Green+Blue) = 200+52+41=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C83429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83429 is #37CBD6. Grayscale: #5F5F5F. Windows color (decimal): -3656663 or 2700488. OLE color: 2700488.
HSL color Cylindrical-coordinate representation of color #C83429: hue angle of 4.15º 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 #C83429 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 41 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.22 |
| HSL | 4.15º | 0.66% | 0.47% | - |
| HSV(B) | 4.15º | 0.8% | 0.78% | - |
| XYZ | 25.45 | 14.9 | 3.63 | - |
| YUV | 95 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 41 | 0 | 0.74 | 0.80 | 0.22 | 4.15 | 0.66 | 0.47 |
| Hex | C8 | 34 | 29 | 0 | 4A | 50 | 16 | 4 | 42 | 2F |
| Octal | 310 | 64 | 51 | 0 | 112 | 120 | 26 | 4 | 102 | 57 |
| Binary | 11001000 | 110100 | 101001 | 0 | 1001010 | 1010000 | 10110 | 100 | 1000010 | 101111 |
Color Harmonies of #C83429
Complementary color
Monochromatic Colors of #C83429
Black with #C83429
Text Example
Text Example
White with #C83429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83429; }
p { color: rgb(200,52,41); }
H1.HeaderClassName
{
color: #C83429;
}
.AnyTagClassName
{
color: #C83429;
}
</style>
background-color css
<style>
a { background-color: #C83429; }
a { background-color: rgb(200,52,41); }
div.DivClassName
{
background-color: #C83429;
}
.BgClassName
{
background-color: #C83429;
}
</style>
border-color css
<style>
span { border-color: #C83429; }
span { border-color: rgb(200,52,41); }
td.TdClassName
{
border-color: #C83429;
}
.TagClassName
{
border-color: #C83429;
}
</style>