Shades of Persian Red #C3392A
Tints of Persian Red #C3392A
RGB
CMYK
RGB Variations
Color information
#C3392A (or 0xC3392A) is known color: Persian Red. HEX triplet: C3, 39 and 2A. RGB value is (195,57,42). Sum of RGB (Red+Green+Blue) = 195+57+42=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3392A is #3CC6D5. Grayscale: #606060. Windows color (decimal): -3983062 or 2767299. OLE color: 2767299.
HSL color Cylindrical-coordinate representation of color #C3392A: hue angle of 5.88º 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 #C3392A is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 42 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.24 |
| HSL | 5.88º | 0.65% | 0.46% | - |
| HSV(B) | 5.88º | 0.78% | 0.76% | - |
| XYZ | 24.39 | 14.7 | 3.74 | - |
| YUV | 96.55 | 97.22 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 42 | 0 | 0.71 | 0.78 | 0.24 | 5.88 | 0.65 | 0.46 |
| Hex | C3 | 39 | 2A | 0 | 47 | 4E | 18 | 6 | 41 | 2E |
| Octal | 303 | 71 | 52 | 0 | 107 | 116 | 30 | 6 | 101 | 56 |
| Binary | 11000011 | 111001 | 101010 | 0 | 1000111 | 1001110 | 11000 | 110 | 1000001 | 101110 |
Color Harmonies of #C3392A
Complementary color
Monochromatic Colors of #C3392A
Black with #C3392A
Text Example
Text Example
White with #C3392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3392A; }
p { color: rgb(195,57,42); }
H1.HeaderClassName
{
color: #C3392A;
}
.AnyTagClassName
{
color: #C3392A;
}
</style>
background-color css
<style>
a { background-color: #C3392A; }
a { background-color: rgb(195,57,42); }
div.DivClassName
{
background-color: #C3392A;
}
.BgClassName
{
background-color: #C3392A;
}
</style>
border-color css
<style>
span { border-color: #C3392A; }
span { border-color: rgb(195,57,42); }
td.TdClassName
{
border-color: #C3392A;
}
.TagClassName
{
border-color: #C3392A;
}
</style>