Shades of Persian Red #C33C30
Tints of Persian Red #C33C30
RGB
CMYK
RGB Variations
Color information
#C33C30 (or 0xC33C30) is known color: Persian Red. HEX triplet: C3, 3C and 30. RGB value is (195,60,48). Sum of RGB (Red+Green+Blue) = 195+60+48=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C30 is #3CC3CF. Grayscale: #636363. Windows color (decimal): -3982288 or 3161283. OLE color: 3161283.
HSL color Cylindrical-coordinate representation of color #C33C30: hue angle of 4.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33C30 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 48 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.24 |
| HSL | 4.9º | 0.6% | 0.48% | - |
| HSV(B) | 4.9º | 0.75% | 0.76% | - |
| XYZ | 24.66 | 15.05 | 4.4 | - |
| YUV | 99 | 99.23 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 48 | 0 | 0.69 | 0.75 | 0.24 | 4.9 | 0.6 | 0.48 |
| Hex | C3 | 3C | 30 | 0 | 45 | 4B | 18 | 5 | 3C | 30 |
| Octal | 303 | 74 | 60 | 0 | 105 | 113 | 30 | 5 | 74 | 60 |
| Binary | 11000011 | 111100 | 110000 | 0 | 1000101 | 1001011 | 11000 | 101 | 111100 | 110000 |
Color Harmonies of #C33C30
Complementary color
Monochromatic Colors of #C33C30
Black with #C33C30
Text Example
Text Example
White with #C33C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C30; }
p { color: rgb(195,60,48); }
H1.HeaderClassName
{
color: #C33C30;
}
.AnyTagClassName
{
color: #C33C30;
}
</style>
background-color css
<style>
a { background-color: #C33C30; }
a { background-color: rgb(195,60,48); }
div.DivClassName
{
background-color: #C33C30;
}
.BgClassName
{
background-color: #C33C30;
}
</style>
border-color css
<style>
span { border-color: #C33C30; }
span { border-color: rgb(195,60,48); }
td.TdClassName
{
border-color: #C33C30;
}
.TagClassName
{
border-color: #C33C30;
}
</style>