Shades of Persian Red #C3382A
Tints of Persian Red #C3382A
RGB
CMYK
RGB Variations
Color information
#C3382A (or 0xC3382A) is known color: Persian Red. HEX triplet: C3, 38 and 2A. RGB value is (195,56,42). Sum of RGB (Red+Green+Blue) = 195+56+42=293 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.55% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 195 - color contains mainly: red. Hex color #C3382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3382A is #3CC7D5. Grayscale: #606060. Windows color (decimal): -3983318 or 2767043. OLE color: 2767043.
HSL color Cylindrical-coordinate representation of color #C3382A: hue angle of 5.49º 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 #C3382A is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 42 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.24 |
| HSL | 5.49º | 0.65% | 0.46% | - |
| HSV(B) | 5.49º | 0.78% | 0.76% | - |
| XYZ | 24.34 | 14.6 | 3.73 | - |
| YUV | 95.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 42 | 0 | 0.71 | 0.78 | 0.24 | 5.49 | 0.65 | 0.46 |
| Hex | C3 | 38 | 2A | 0 | 47 | 4E | 18 | 5 | 41 | 2E |
| Octal | 303 | 70 | 52 | 0 | 107 | 116 | 30 | 5 | 101 | 56 |
| Binary | 11000011 | 111000 | 101010 | 0 | 1000111 | 1001110 | 11000 | 101 | 1000001 | 101110 |
Color Harmonies of #C3382A
Complementary color
Monochromatic Colors of #C3382A
Black with #C3382A
Text Example
Text Example
White with #C3382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3382A; }
p { color: rgb(195,56,42); }
H1.HeaderClassName
{
color: #C3382A;
}
.AnyTagClassName
{
color: #C3382A;
}
</style>
background-color css
<style>
a { background-color: #C3382A; }
a { background-color: rgb(195,56,42); }
div.DivClassName
{
background-color: #C3382A;
}
.BgClassName
{
background-color: #C3382A;
}
</style>
border-color css
<style>
span { border-color: #C3382A; }
span { border-color: rgb(195,56,42); }
td.TdClassName
{
border-color: #C3382A;
}
.TagClassName
{
border-color: #C3382A;
}
</style>