Shades of Persian Red #C3403E
Tints of Persian Red #C3403E
RGB
CMYK
RGB Variations
Color information
#C3403E (or 0xC3403E) is known color: Persian Red. HEX triplet: C3, 40 and 3E. RGB value is (195,64,62). Sum of RGB (Red+Green+Blue) = 195+64+62=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3403E is #3CBFC1. Grayscale: #676767. Windows color (decimal): -3981250 or 4079811. OLE color: 4079811.
HSL color Cylindrical-coordinate representation of color #C3403E: hue angle of 0.9º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3403E is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 62 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.24 |
| HSL | 0.9º | 0.53% | 0.5% | - |
| HSV(B) | 0.9º | 0.68% | 0.76% | - |
| XYZ | 25.21 | 15.62 | 6.24 | - |
| YUV | 102.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 62 | 0 | 0.67 | 0.68 | 0.24 | 0.9 | 0.53 | 0.5 |
| Hex | C3 | 40 | 3E | 0 | 43 | 44 | 18 | 1 | 35 | 32 |
| Octal | 303 | 100 | 76 | 0 | 103 | 104 | 30 | 1 | 65 | 62 |
| Binary | 11000011 | 1000000 | 111110 | 0 | 1000011 | 1000100 | 11000 | 1 | 110101 | 110010 |
Color Harmonies of #C3403E
Complementary color
Monochromatic Colors of #C3403E
Black with #C3403E
Text Example
Text Example
White with #C3403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3403E; }
p { color: rgb(195,64,62); }
H1.HeaderClassName
{
color: #C3403E;
}
.AnyTagClassName
{
color: #C3403E;
}
</style>
background-color css
<style>
a { background-color: #C3403E; }
a { background-color: rgb(195,64,62); }
div.DivClassName
{
background-color: #C3403E;
}
.BgClassName
{
background-color: #C3403E;
}
</style>
border-color css
<style>
span { border-color: #C3403E; }
span { border-color: rgb(195,64,62); }
td.TdClassName
{
border-color: #C3403E;
}
.TagClassName
{
border-color: #C3403E;
}
</style>