Shades of Persian Red #C33B32
Tints of Persian Red #C33B32
RGB
CMYK
RGB Variations
Color information
#C33B32 (or 0xC33B32) is known color: Persian Red. HEX triplet: C3, 3B and 32. RGB value is (195,59,50). Sum of RGB (Red+Green+Blue) = 195+59+50=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B32 is #3CC4CD. Grayscale: #626262. Windows color (decimal): -3982542 or 3292099. OLE color: 3292099.
HSL color Cylindrical-coordinate representation of color #C33B32: hue angle of 3.72º 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 #C33B32 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 50 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.24 |
| HSL | 3.72º | 0.59% | 0.48% | - |
| HSV(B) | 3.72º | 0.74% | 0.76% | - |
| XYZ | 24.65 | 14.96 | 4.61 | - |
| YUV | 98.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 50 | 0 | 0.70 | 0.74 | 0.24 | 3.72 | 0.59 | 0.48 |
| Hex | C3 | 3B | 32 | 0 | 46 | 4A | 18 | 4 | 3B | 30 |
| Octal | 303 | 73 | 62 | 0 | 106 | 112 | 30 | 4 | 73 | 60 |
| Binary | 11000011 | 111011 | 110010 | 0 | 1000110 | 1001010 | 11000 | 100 | 111011 | 110000 |
Color Harmonies of #C33B32
Complementary color
Monochromatic Colors of #C33B32
Black with #C33B32
Text Example
Text Example
White with #C33B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B32; }
p { color: rgb(195,59,50); }
H1.HeaderClassName
{
color: #C33B32;
}
.AnyTagClassName
{
color: #C33B32;
}
</style>
background-color css
<style>
a { background-color: #C33B32; }
a { background-color: rgb(195,59,50); }
div.DivClassName
{
background-color: #C33B32;
}
.BgClassName
{
background-color: #C33B32;
}
</style>
border-color css
<style>
span { border-color: #C33B32; }
span { border-color: rgb(195,59,50); }
td.TdClassName
{
border-color: #C33B32;
}
.TagClassName
{
border-color: #C33B32;
}
</style>