Shades of Persian Red #C3302E
Tints of Persian Red #C3302E
RGB
CMYK
RGB Variations
Color information
#C3302E (or 0xC3302E) is known color: Persian Red. HEX triplet: C3, 30 and 2E. RGB value is (195,48,46). Sum of RGB (Red+Green+Blue) = 195+48+46=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3302E is #3CCFD1. Grayscale: #5B5B5B. Windows color (decimal): -3985362 or 3027139. OLE color: 3027139.
HSL color Cylindrical-coordinate representation of color #C3302E: hue angle of 0.81º degrees, saturation: 0.62, 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 #C3302E is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 46 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.24 |
| HSL | 0.81º | 0.62% | 0.47% | - |
| HSV(B) | 0.81º | 0.76% | 0.76% | - |
| XYZ | 24.06 | 13.91 | 4 | - |
| YUV | 91.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 46 | 0 | 0.75 | 0.76 | 0.24 | 0.81 | 0.62 | 0.47 |
| Hex | C3 | 30 | 2E | 0 | 4B | 4C | 18 | 1 | 3E | 2F |
| Octal | 303 | 60 | 56 | 0 | 113 | 114 | 30 | 1 | 76 | 57 |
| Binary | 11000011 | 110000 | 101110 | 0 | 1001011 | 1001100 | 11000 | 1 | 111110 | 101111 |
Color Harmonies of #C3302E
Complementary color
Monochromatic Colors of #C3302E
Black with #C3302E
Text Example
Text Example
White with #C3302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3302E; }
p { color: rgb(195,48,46); }
H1.HeaderClassName
{
color: #C3302E;
}
.AnyTagClassName
{
color: #C3302E;
}
</style>
background-color css
<style>
a { background-color: #C3302E; }
a { background-color: rgb(195,48,46); }
div.DivClassName
{
background-color: #C3302E;
}
.BgClassName
{
background-color: #C3302E;
}
</style>
border-color css
<style>
span { border-color: #C3302E; }
span { border-color: rgb(195,48,46); }
td.TdClassName
{
border-color: #C3302E;
}
.TagClassName
{
border-color: #C3302E;
}
</style>