Shades of Persian Red #C33F3C
Tints of Persian Red #C33F3C
RGB
CMYK
RGB Variations
Color information
#C33F3C (or 0xC33F3C) is known color: Persian Red. HEX triplet: C3, 3F and 3C. RGB value is (195,63,60). Sum of RGB (Red+Green+Blue) = 195+63+60=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F3C is #3CC0C3. Grayscale: #666666. Windows color (decimal): -3981508 or 3948483. OLE color: 3948483.
HSL color Cylindrical-coordinate representation of color #C33F3C: hue angle of 1.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33F3C is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 60 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.24 |
| HSL | 1.33º | 0.53% | 0.5% | - |
| HSV(B) | 1.33º | 0.69% | 0.76% | - |
| XYZ | 25.1 | 15.48 | 5.94 | - |
| YUV | 102.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 60 | 0 | 0.68 | 0.69 | 0.24 | 1.33 | 0.53 | 0.5 |
| Hex | C3 | 3F | 3C | 0 | 44 | 45 | 18 | 1 | 35 | 32 |
| Octal | 303 | 77 | 74 | 0 | 104 | 105 | 30 | 1 | 65 | 62 |
| Binary | 11000011 | 111111 | 111100 | 0 | 1000100 | 1000101 | 11000 | 1 | 110101 | 110010 |
Color Harmonies of #C33F3C
Complementary color
Monochromatic Colors of #C33F3C
Black with #C33F3C
Text Example
Text Example
White with #C33F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F3C; }
p { color: rgb(195,63,60); }
H1.HeaderClassName
{
color: #C33F3C;
}
.AnyTagClassName
{
color: #C33F3C;
}
</style>
background-color css
<style>
a { background-color: #C33F3C; }
a { background-color: rgb(195,63,60); }
div.DivClassName
{
background-color: #C33F3C;
}
.BgClassName
{
background-color: #C33F3C;
}
</style>
border-color css
<style>
span { border-color: #C33F3C; }
span { border-color: rgb(195,63,60); }
td.TdClassName
{
border-color: #C33F3C;
}
.TagClassName
{
border-color: #C33F3C;
}
</style>