Shades of Persian Red #C3302F
Tints of Persian Red #C3302F
RGB
CMYK
RGB Variations
Color information
#C3302F (or 0xC3302F) is known color: Persian Red. HEX triplet: C3, 30 and 2F. RGB value is (195,48,47). Sum of RGB (Red+Green+Blue) = 195+48+47=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3302F is #3CCFD0. Grayscale: #5B5B5B. Windows color (decimal): -3985361 or 3092675. OLE color: 3092675.
HSL color Cylindrical-coordinate representation of color #C3302F: hue angle of 0.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3302F is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 47 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.24 |
| HSL | 0.41º | 0.61% | 0.47% | - |
| HSV(B) | 0.41º | 0.76% | 0.76% | - |
| XYZ | 24.08 | 13.92 | 4.11 | - |
| YUV | 91.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 47 | 0 | 0.75 | 0.76 | 0.24 | 0.41 | 0.61 | 0.47 |
| Hex | C3 | 30 | 2F | 0 | 4B | 4C | 18 | 0 | 3D | 2F |
| Octal | 303 | 60 | 57 | 0 | 113 | 114 | 30 | 0 | 75 | 57 |
| Binary | 11000011 | 110000 | 101111 | 0 | 1001011 | 1001100 | 11000 | 0 | 111101 | 101111 |
Color Harmonies of #C3302F
Complementary color
Monochromatic Colors of #C3302F
Black with #C3302F
Text Example
Text Example
White with #C3302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3302F; }
p { color: rgb(195,48,47); }
H1.HeaderClassName
{
color: #C3302F;
}
.AnyTagClassName
{
color: #C3302F;
}
</style>
background-color css
<style>
a { background-color: #C3302F; }
a { background-color: rgb(195,48,47); }
div.DivClassName
{
background-color: #C3302F;
}
.BgClassName
{
background-color: #C3302F;
}
</style>
border-color css
<style>
span { border-color: #C3302F; }
span { border-color: rgb(195,48,47); }
td.TdClassName
{
border-color: #C3302F;
}
.TagClassName
{
border-color: #C3302F;
}
</style>