Shades of Persian Red #C33936
Tints of Persian Red #C33936
RGB
CMYK
RGB Variations
Color information
#C33936 (or 0xC33936) is known color: Persian Red. HEX triplet: C3, 39 and 36. RGB value is (195,57,54). Sum of RGB (Red+Green+Blue) = 195+57+54=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C33936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33936 is #3CC6C9. Grayscale: #626262. Windows color (decimal): -3983050 or 3553731. OLE color: 3553731.
HSL color Cylindrical-coordinate representation of color #C33936: hue angle of 1.28º 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 #C33936 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 54 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.24 |
| HSL | 1.28º | 0.57% | 0.49% | - |
| HSV(B) | 1.28º | 0.72% | 0.76% | - |
| XYZ | 24.63 | 14.79 | 5.05 | - |
| YUV | 97.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 54 | 0 | 0.71 | 0.72 | 0.24 | 1.28 | 0.57 | 0.49 |
| Hex | C3 | 39 | 36 | 0 | 47 | 48 | 18 | 1 | 39 | 31 |
| Octal | 303 | 71 | 66 | 0 | 107 | 110 | 30 | 1 | 71 | 61 |
| Binary | 11000011 | 111001 | 110110 | 0 | 1000111 | 1001000 | 11000 | 1 | 111001 | 110001 |
Color Harmonies of #C33936
Complementary color
Monochromatic Colors of #C33936
Black with #C33936
Text Example
Text Example
White with #C33936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33936; }
p { color: rgb(195,57,54); }
H1.HeaderClassName
{
color: #C33936;
}
.AnyTagClassName
{
color: #C33936;
}
</style>
background-color css
<style>
a { background-color: #C33936; }
a { background-color: rgb(195,57,54); }
div.DivClassName
{
background-color: #C33936;
}
.BgClassName
{
background-color: #C33936;
}
</style>
border-color css
<style>
span { border-color: #C33936; }
span { border-color: rgb(195,57,54); }
td.TdClassName
{
border-color: #C33936;
}
.TagClassName
{
border-color: #C33936;
}
</style>