Shades of Persian Red #C8413B
Tints of Persian Red #C8413B
RGB
CMYK
RGB Variations
Color information
#C8413B (or 0xC8413B) is known color: Persian Red. HEX triplet: C8, 41 and 3B. RGB value is (200,65,59). Sum of RGB (Red+Green+Blue) = 200+65+59=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8413B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8413B is #37BEC4. Grayscale: #686868. Windows color (decimal): -3653317 or 3883464. OLE color: 3883464.
HSL color Cylindrical-coordinate representation of color #C8413B: hue angle of 2.55º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8413B is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 59 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.22 |
| HSL | 2.55º | 0.56% | 0.51% | - |
| HSV(B) | 2.55º | 0.71% | 0.78% | - |
| XYZ | 26.5 | 16.38 | 5.9 | - |
| YUV | 104.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 59 | 0 | 0.68 | 0.70 | 0.22 | 2.55 | 0.56 | 0.51 |
| Hex | C8 | 41 | 3B | 0 | 44 | 46 | 16 | 3 | 38 | 33 |
| Octal | 310 | 101 | 73 | 0 | 104 | 106 | 26 | 3 | 70 | 63 |
| Binary | 11001000 | 1000001 | 111011 | 0 | 1000100 | 1000110 | 10110 | 11 | 111000 | 110011 |
Color Harmonies of #C8413B
Complementary color
Monochromatic Colors of #C8413B
Black with #C8413B
Text Example
Text Example
White with #C8413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8413B; }
p { color: rgb(200,65,59); }
H1.HeaderClassName
{
color: #C8413B;
}
.AnyTagClassName
{
color: #C8413B;
}
</style>
background-color css
<style>
a { background-color: #C8413B; }
a { background-color: rgb(200,65,59); }
div.DivClassName
{
background-color: #C8413B;
}
.BgClassName
{
background-color: #C8413B;
}
</style>
border-color css
<style>
span { border-color: #C8413B; }
span { border-color: rgb(200,65,59); }
td.TdClassName
{
border-color: #C8413B;
}
.TagClassName
{
border-color: #C8413B;
}
</style>