Shades of Persian Red #C33C2C
Tints of Persian Red #C33C2C
RGB
CMYK
RGB Variations
Color information
#C33C2C (or 0xC33C2C) is known color: Persian Red. HEX triplet: C3, 3C and 2C. RGB value is (195,60,44). Sum of RGB (Red+Green+Blue) = 195+60+44=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C2C is #3CC3D3. Grayscale: #626262. Windows color (decimal): -3982292 or 2899139. OLE color: 2899139.
HSL color Cylindrical-coordinate representation of color #C33C2C: hue angle of 6.36º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33C2C is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 44 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.24 |
| HSL | 6.36º | 0.63% | 0.47% | - |
| HSV(B) | 6.36º | 0.77% | 0.76% | - |
| XYZ | 24.58 | 15.02 | 3.99 | - |
| YUV | 98.54 | 97.23 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 44 | 0 | 0.69 | 0.77 | 0.24 | 6.36 | 0.63 | 0.47 |
| Hex | C3 | 3C | 2C | 0 | 45 | 4D | 18 | 6 | 3F | 2F |
| Octal | 303 | 74 | 54 | 0 | 105 | 115 | 30 | 6 | 77 | 57 |
| Binary | 11000011 | 111100 | 101100 | 0 | 1000101 | 1001101 | 11000 | 110 | 111111 | 101111 |
Color Harmonies of #C33C2C
Complementary color
Monochromatic Colors of #C33C2C
Black with #C33C2C
Text Example
Text Example
White with #C33C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C2C; }
p { color: rgb(195,60,44); }
H1.HeaderClassName
{
color: #C33C2C;
}
.AnyTagClassName
{
color: #C33C2C;
}
</style>
background-color css
<style>
a { background-color: #C33C2C; }
a { background-color: rgb(195,60,44); }
div.DivClassName
{
background-color: #C33C2C;
}
.BgClassName
{
background-color: #C33C2C;
}
</style>
border-color css
<style>
span { border-color: #C33C2C; }
span { border-color: rgb(195,60,44); }
td.TdClassName
{
border-color: #C33C2C;
}
.TagClassName
{
border-color: #C33C2C;
}
</style>