Shades of Persian Red #C33730
Tints of Persian Red #C33730
RGB
CMYK
RGB Variations
Color information
#C33730 (or 0xC33730) is known color: Persian Red. HEX triplet: C3, 37 and 30. RGB value is (195,55,48). Sum of RGB (Red+Green+Blue) = 195+55+48=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C33730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33730 is #3CC8CF. Grayscale: #606060. Windows color (decimal): -3983568 or 3160003. OLE color: 3160003.
HSL color Cylindrical-coordinate representation of color #C33730: hue angle of 2.86º 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 #C33730 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 48 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.24 |
| HSL | 2.86º | 0.6% | 0.48% | - |
| HSV(B) | 2.86º | 0.75% | 0.76% | - |
| XYZ | 24.41 | 14.55 | 4.32 | - |
| YUV | 96.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 48 | 0 | 0.72 | 0.75 | 0.24 | 2.86 | 0.6 | 0.48 |
| Hex | C3 | 37 | 30 | 0 | 48 | 4B | 18 | 3 | 3C | 30 |
| Octal | 303 | 67 | 60 | 0 | 110 | 113 | 30 | 3 | 74 | 60 |
| Binary | 11000011 | 110111 | 110000 | 0 | 1001000 | 1001011 | 11000 | 11 | 111100 | 110000 |
Color Harmonies of #C33730
Complementary color
Monochromatic Colors of #C33730
Black with #C33730
Text Example
Text Example
White with #C33730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33730; }
p { color: rgb(195,55,48); }
H1.HeaderClassName
{
color: #C33730;
}
.AnyTagClassName
{
color: #C33730;
}
</style>
background-color css
<style>
a { background-color: #C33730; }
a { background-color: rgb(195,55,48); }
div.DivClassName
{
background-color: #C33730;
}
.BgClassName
{
background-color: #C33730;
}
</style>
border-color css
<style>
span { border-color: #C33730; }
span { border-color: rgb(195,55,48); }
td.TdClassName
{
border-color: #C33730;
}
.TagClassName
{
border-color: #C33730;
}
</style>