Shades of Persian Red #C33F36
Tints of Persian Red #C33F36
RGB
CMYK
RGB Variations
Color information
#C33F36 (or 0xC33F36) is known color: Persian Red. HEX triplet: C3, 3F and 36. RGB value is (195,63,54). Sum of RGB (Red+Green+Blue) = 195+63+54=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F36 is #3CC0C9. Grayscale: #656565. Windows color (decimal): -3981514 or 3555267. OLE color: 3555267.
HSL color Cylindrical-coordinate representation of color #C33F36: hue angle of 3.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33F36 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 54 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.24 |
| HSL | 3.83º | 0.57% | 0.49% | - |
| HSV(B) | 3.83º | 0.72% | 0.76% | - |
| XYZ | 24.95 | 15.42 | 5.15 | - |
| YUV | 101.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 54 | 0 | 0.68 | 0.72 | 0.24 | 3.83 | 0.57 | 0.49 |
| Hex | C3 | 3F | 36 | 0 | 44 | 48 | 18 | 4 | 39 | 31 |
| Octal | 303 | 77 | 66 | 0 | 104 | 110 | 30 | 4 | 71 | 61 |
| Binary | 11000011 | 111111 | 110110 | 0 | 1000100 | 1001000 | 11000 | 100 | 111001 | 110001 |
Color Harmonies of #C33F36
Complementary color
Monochromatic Colors of #C33F36
Black with #C33F36
Text Example
Text Example
White with #C33F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F36; }
p { color: rgb(195,63,54); }
H1.HeaderClassName
{
color: #C33F36;
}
.AnyTagClassName
{
color: #C33F36;
}
</style>
background-color css
<style>
a { background-color: #C33F36; }
a { background-color: rgb(195,63,54); }
div.DivClassName
{
background-color: #C33F36;
}
.BgClassName
{
background-color: #C33F36;
}
</style>
border-color css
<style>
span { border-color: #C33F36; }
span { border-color: rgb(195,63,54); }
td.TdClassName
{
border-color: #C33F36;
}
.TagClassName
{
border-color: #C33F36;
}
</style>