Shades of Persian Red #C33A29
Tints of Persian Red #C33A29
RGB
CMYK
RGB Variations
Color information
#C33A29 (or 0xC33A29) is known color: Persian Red. HEX triplet: C3, 3A and 29. RGB value is (195,58,41). Sum of RGB (Red+Green+Blue) = 195+58+41=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A29 is #3CC5D6. Grayscale: #616161. Windows color (decimal): -3982807 or 2702019. OLE color: 2702019.
HSL color Cylindrical-coordinate representation of color #C33A29: hue angle of 6.62º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33A29 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 41 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.24 |
| HSL | 6.62º | 0.65% | 0.46% | - |
| HSV(B) | 6.62º | 0.79% | 0.76% | - |
| XYZ | 24.42 | 14.79 | 3.67 | - |
| YUV | 97.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 41 | 0 | 0.70 | 0.79 | 0.24 | 6.62 | 0.65 | 0.46 |
| Hex | C3 | 3A | 29 | 0 | 46 | 4F | 18 | 7 | 41 | 2E |
| Octal | 303 | 72 | 51 | 0 | 106 | 117 | 30 | 7 | 101 | 56 |
| Binary | 11000011 | 111010 | 101001 | 0 | 1000110 | 1001111 | 11000 | 111 | 1000001 | 101110 |
Color Harmonies of #C33A29
Complementary color
Monochromatic Colors of #C33A29
Black with #C33A29
Text Example
Text Example
White with #C33A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A29; }
p { color: rgb(195,58,41); }
H1.HeaderClassName
{
color: #C33A29;
}
.AnyTagClassName
{
color: #C33A29;
}
</style>
background-color css
<style>
a { background-color: #C33A29; }
a { background-color: rgb(195,58,41); }
div.DivClassName
{
background-color: #C33A29;
}
.BgClassName
{
background-color: #C33A29;
}
</style>
border-color css
<style>
span { border-color: #C33A29; }
span { border-color: rgb(195,58,41); }
td.TdClassName
{
border-color: #C33A29;
}
.TagClassName
{
border-color: #C33A29;
}
</style>