Shades of Persian Red #C33C2A
Tints of Persian Red #C33C2A
RGB
CMYK
RGB Variations
Color information
#C33C2A (or 0xC33C2A) is known color: Persian Red. HEX triplet: C3, 3C and 2A. RGB value is (195,60,42). Sum of RGB (Red+Green+Blue) = 195+60+42=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33C2A is #3CC3D5. Grayscale: #626262. Windows color (decimal): -3982294 or 2768067. OLE color: 2768067.
HSL color Cylindrical-coordinate representation of color #C33C2A: hue angle of 7.06º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C33C2A is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 42 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.24 |
| HSL | 7.06º | 0.65% | 0.46% | - |
| HSV(B) | 7.06º | 0.78% | 0.76% | - |
| XYZ | 24.54 | 15 | 3.79 | - |
| YUV | 98.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 42 | 0 | 0.69 | 0.78 | 0.24 | 7.06 | 0.65 | 0.46 |
| Hex | C3 | 3C | 2A | 0 | 45 | 4E | 18 | 7 | 41 | 2E |
| Octal | 303 | 74 | 52 | 0 | 105 | 116 | 30 | 7 | 101 | 56 |
| Binary | 11000011 | 111100 | 101010 | 0 | 1000101 | 1001110 | 11000 | 111 | 1000001 | 101110 |
Color Harmonies of #C33C2A
Complementary color
Monochromatic Colors of #C33C2A
Black with #C33C2A
Text Example
Text Example
White with #C33C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C2A; }
p { color: rgb(195,60,42); }
H1.HeaderClassName
{
color: #C33C2A;
}
.AnyTagClassName
{
color: #C33C2A;
}
</style>
background-color css
<style>
a { background-color: #C33C2A; }
a { background-color: rgb(195,60,42); }
div.DivClassName
{
background-color: #C33C2A;
}
.BgClassName
{
background-color: #C33C2A;
}
</style>
border-color css
<style>
span { border-color: #C33C2A; }
span { border-color: rgb(195,60,42); }
td.TdClassName
{
border-color: #C33C2A;
}
.TagClassName
{
border-color: #C33C2A;
}
</style>