Shades of Persian Red #C83427
Tints of Persian Red #C83427
RGB
CMYK
RGB Variations
Color information
#C83427 (or 0xC83427) is known color: Persian Red. HEX triplet: C8, 34 and 27. RGB value is (200,52,39). Sum of RGB (Red+Green+Blue) = 200+52+39=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C83427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83427 is #37CBD8. Grayscale: #5E5E5E. Windows color (decimal): -3656665 or 2569416. OLE color: 2569416.
HSL color Cylindrical-coordinate representation of color #C83427: hue angle of 4.84º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83427 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 39 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.22 |
| HSL | 4.84º | 0.67% | 0.47% | - |
| HSV(B) | 4.84º | 0.81% | 0.78% | - |
| XYZ | 25.41 | 14.88 | 3.45 | - |
| YUV | 94.77 | 96.53 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 39 | 0 | 0.74 | 0.80 | 0.22 | 4.84 | 0.67 | 0.47 |
| Hex | C8 | 34 | 27 | 0 | 4A | 50 | 16 | 5 | 43 | 2F |
| Octal | 310 | 64 | 47 | 0 | 112 | 120 | 26 | 5 | 103 | 57 |
| Binary | 11001000 | 110100 | 100111 | 0 | 1001010 | 1010000 | 10110 | 101 | 1000011 | 101111 |
Color Harmonies of #C83427
Complementary color
Monochromatic Colors of #C83427
Black with #C83427
Text Example
Text Example
White with #C83427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83427; }
p { color: rgb(200,52,39); }
H1.HeaderClassName
{
color: #C83427;
}
.AnyTagClassName
{
color: #C83427;
}
</style>
background-color css
<style>
a { background-color: #C83427; }
a { background-color: rgb(200,52,39); }
div.DivClassName
{
background-color: #C83427;
}
.BgClassName
{
background-color: #C83427;
}
</style>
border-color css
<style>
span { border-color: #C83427; }
span { border-color: rgb(200,52,39); }
td.TdClassName
{
border-color: #C83427;
}
.TagClassName
{
border-color: #C83427;
}
</style>