Shades of Persian Red #C33D32
Tints of Persian Red #C33D32
RGB
CMYK
RGB Variations
Color information
#C33D32 (or 0xC33D32) is known color: Persian Red. HEX triplet: C3, 3D and 32. RGB value is (195,61,50). Sum of RGB (Red+Green+Blue) = 195+61+50=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D32 is #3CC2CD. Grayscale: #636363. Windows color (decimal): -3982030 or 3292611. OLE color: 3292611.
HSL color Cylindrical-coordinate representation of color #C33D32: hue angle of 4.55º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33D32 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 50 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.24 |
| HSL | 4.55º | 0.59% | 0.48% | - |
| HSV(B) | 4.55º | 0.74% | 0.76% | - |
| XYZ | 24.75 | 15.17 | 4.64 | - |
| YUV | 99.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 50 | 0 | 0.69 | 0.74 | 0.24 | 4.55 | 0.59 | 0.48 |
| Hex | C3 | 3D | 32 | 0 | 45 | 4A | 18 | 5 | 3B | 30 |
| Octal | 303 | 75 | 62 | 0 | 105 | 112 | 30 | 5 | 73 | 60 |
| Binary | 11000011 | 111101 | 110010 | 0 | 1000101 | 1001010 | 11000 | 101 | 111011 | 110000 |
Color Harmonies of #C33D32
Complementary color
Monochromatic Colors of #C33D32
Black with #C33D32
Text Example
Text Example
White with #C33D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D32; }
p { color: rgb(195,61,50); }
H1.HeaderClassName
{
color: #C33D32;
}
.AnyTagClassName
{
color: #C33D32;
}
</style>
background-color css
<style>
a { background-color: #C33D32; }
a { background-color: rgb(195,61,50); }
div.DivClassName
{
background-color: #C33D32;
}
.BgClassName
{
background-color: #C33D32;
}
</style>
border-color css
<style>
span { border-color: #C33D32; }
span { border-color: rgb(195,61,50); }
td.TdClassName
{
border-color: #C33D32;
}
.TagClassName
{
border-color: #C33D32;
}
</style>