Shades of Persian Red #C33C28
Tints of Persian Red #C33C28
RGB
CMYK
RGB Variations
Color information
#C33C28 (or 0xC33C28) is known color: Persian Red. HEX triplet: C3, 3C and 28. RGB value is (195,60,40). Sum of RGB (Red+Green+Blue) = 195+60+40=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C28 is #3CC3D7. Grayscale: #626262. Windows color (decimal): -3982296 or 2636995. OLE color: 2636995.
HSL color Cylindrical-coordinate representation of color #C33C28: hue angle of 7.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33C28 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 40 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.24 |
| HSL | 7.74º | 0.66% | 0.46% | - |
| HSV(B) | 7.74º | 0.79% | 0.76% | - |
| XYZ | 24.5 | 14.99 | 3.61 | - |
| YUV | 98.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 40 | 0 | 0.69 | 0.79 | 0.24 | 7.74 | 0.66 | 0.46 |
| Hex | C3 | 3C | 28 | 0 | 45 | 4F | 18 | 8 | 42 | 2E |
| Octal | 303 | 74 | 50 | 0 | 105 | 117 | 30 | 10 | 102 | 56 |
| Binary | 11000011 | 111100 | 101000 | 0 | 1000101 | 1001111 | 11000 | 1000 | 1000010 | 101110 |
Color Harmonies of #C33C28
Complementary color
Monochromatic Colors of #C33C28
Black with #C33C28
Text Example
Text Example
White with #C33C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C28; }
p { color: rgb(195,60,40); }
H1.HeaderClassName
{
color: #C33C28;
}
.AnyTagClassName
{
color: #C33C28;
}
</style>
background-color css
<style>
a { background-color: #C33C28; }
a { background-color: rgb(195,60,40); }
div.DivClassName
{
background-color: #C33C28;
}
.BgClassName
{
background-color: #C33C28;
}
</style>
border-color css
<style>
span { border-color: #C33C28; }
span { border-color: rgb(195,60,40); }
td.TdClassName
{
border-color: #C33C28;
}
.TagClassName
{
border-color: #C33C28;
}
</style>