Shades of Persian Red #C33A36
Tints of Persian Red #C33A36
RGB
CMYK
RGB Variations
Color information
#C33A36 (or 0xC33A36) is known color: Persian Red. HEX triplet: C3, 3A and 36. RGB value is (195,58,54). Sum of RGB (Red+Green+Blue) = 195+58+54=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A36 is #3CC5C9. Grayscale: #626262. Windows color (decimal): -3982794 or 3553987. OLE color: 3553987.
HSL color Cylindrical-coordinate representation of color #C33A36: hue angle of 1.7º 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 #C33A36 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 54 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.24 |
| HSL | 1.7º | 0.57% | 0.49% | - |
| HSV(B) | 1.7º | 0.72% | 0.76% | - |
| XYZ | 24.68 | 14.89 | 5.06 | - |
| YUV | 98.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 54 | 0 | 0.70 | 0.72 | 0.24 | 1.7 | 0.57 | 0.49 |
| Hex | C3 | 3A | 36 | 0 | 46 | 48 | 18 | 2 | 39 | 31 |
| Octal | 303 | 72 | 66 | 0 | 106 | 110 | 30 | 2 | 71 | 61 |
| Binary | 11000011 | 111010 | 110110 | 0 | 1000110 | 1001000 | 11000 | 10 | 111001 | 110001 |
Color Harmonies of #C33A36
Complementary color
Monochromatic Colors of #C33A36
Black with #C33A36
Text Example
Text Example
White with #C33A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A36; }
p { color: rgb(195,58,54); }
H1.HeaderClassName
{
color: #C33A36;
}
.AnyTagClassName
{
color: #C33A36;
}
</style>
background-color css
<style>
a { background-color: #C33A36; }
a { background-color: rgb(195,58,54); }
div.DivClassName
{
background-color: #C33A36;
}
.BgClassName
{
background-color: #C33A36;
}
</style>
border-color css
<style>
span { border-color: #C33A36; }
span { border-color: rgb(195,58,54); }
td.TdClassName
{
border-color: #C33A36;
}
.TagClassName
{
border-color: #C33A36;
}
</style>