Shades of Persian Red #C33B31
Tints of Persian Red #C33B31
RGB
CMYK
RGB Variations
Color information
#C33B31 (or 0xC33B31) is known color: Persian Red. HEX triplet: C3, 3B and 31. RGB value is (195,59,49). Sum of RGB (Red+Green+Blue) = 195+59+49=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B31 is #3CC4CE. Grayscale: #626262. Windows color (decimal): -3982543 or 3226563. OLE color: 3226563.
HSL color Cylindrical-coordinate representation of color #C33B31: hue angle of 4.11º 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 #C33B31 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 49 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.24 |
| HSL | 4.11º | 0.6% | 0.48% | - |
| HSV(B) | 4.11º | 0.75% | 0.76% | - |
| XYZ | 24.62 | 14.95 | 4.49 | - |
| YUV | 98.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 49 | 0 | 0.70 | 0.75 | 0.24 | 4.11 | 0.6 | 0.48 |
| Hex | C3 | 3B | 31 | 0 | 46 | 4B | 18 | 4 | 3C | 30 |
| Octal | 303 | 73 | 61 | 0 | 106 | 113 | 30 | 4 | 74 | 60 |
| Binary | 11000011 | 111011 | 110001 | 0 | 1000110 | 1001011 | 11000 | 100 | 111100 | 110000 |
Color Harmonies of #C33B31
Complementary color
Monochromatic Colors of #C33B31
Black with #C33B31
Text Example
Text Example
White with #C33B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B31; }
p { color: rgb(195,59,49); }
H1.HeaderClassName
{
color: #C33B31;
}
.AnyTagClassName
{
color: #C33B31;
}
</style>
background-color css
<style>
a { background-color: #C33B31; }
a { background-color: rgb(195,59,49); }
div.DivClassName
{
background-color: #C33B31;
}
.BgClassName
{
background-color: #C33B31;
}
</style>
border-color css
<style>
span { border-color: #C33B31; }
span { border-color: rgb(195,59,49); }
td.TdClassName
{
border-color: #C33B31;
}
.TagClassName
{
border-color: #C33B31;
}
</style>