Shades of Persian Red #C33C39
Tints of Persian Red #C33C39
RGB
CMYK
RGB Variations
Color information
#C33C39 (or 0xC33C39) is known color: Persian Red. HEX triplet: C3, 3C and 39. RGB value is (195,60,57). Sum of RGB (Red+Green+Blue) = 195+60+57=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C39 is #3CC3C6. Grayscale: #646464. Windows color (decimal): -3982279 or 3751107. OLE color: 3751107.
HSL color Cylindrical-coordinate representation of color #C33C39: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33C39 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 57 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.24 |
| HSL | 1.3º | 0.55% | 0.49% | - |
| HSV(B) | 1.3º | 0.71% | 0.76% | - |
| XYZ | 24.86 | 15.13 | 5.48 | - |
| YUV | 100.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 57 | 0 | 0.69 | 0.71 | 0.24 | 1.3 | 0.55 | 0.49 |
| Hex | C3 | 3C | 39 | 0 | 45 | 47 | 18 | 1 | 37 | 31 |
| Octal | 303 | 74 | 71 | 0 | 105 | 107 | 30 | 1 | 67 | 61 |
| Binary | 11000011 | 111100 | 111001 | 0 | 1000101 | 1000111 | 11000 | 1 | 110111 | 110001 |
Color Harmonies of #C33C39
Complementary color
Monochromatic Colors of #C33C39
Black with #C33C39
Text Example
Text Example
White with #C33C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C39; }
p { color: rgb(195,60,57); }
H1.HeaderClassName
{
color: #C33C39;
}
.AnyTagClassName
{
color: #C33C39;
}
</style>
background-color css
<style>
a { background-color: #C33C39; }
a { background-color: rgb(195,60,57); }
div.DivClassName
{
background-color: #C33C39;
}
.BgClassName
{
background-color: #C33C39;
}
</style>
border-color css
<style>
span { border-color: #C33C39; }
span { border-color: rgb(195,60,57); }
td.TdClassName
{
border-color: #C33C39;
}
.TagClassName
{
border-color: #C33C39;
}
</style>