Shades of Persian Red #C32A28
Tints of Persian Red #C32A28
RGB
CMYK
RGB Variations
Color information
#C32A28 (or 0xC32A28) is known color: Persian Red. HEX triplet: C3, 2A and 28. RGB value is (195,42,40). Sum of RGB (Red+Green+Blue) = 195+42+40=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A28 is #3CD5D7. Grayscale: #575757. Windows color (decimal): -3986904 or 2632387. OLE color: 2632387.
HSL color Cylindrical-coordinate representation of color #C32A28: hue angle of 0.77º degrees, saturation: 0.66, 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 #C32A28 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 40 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.24 |
| HSL | 0.77º | 0.66% | 0.46% | - |
| HSV(B) | 0.77º | 0.79% | 0.76% | - |
| XYZ | 23.72 | 13.41 | 3.35 | - |
| YUV | 87.52 | 101.19 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 40 | 0 | 0.78 | 0.79 | 0.24 | 0.77 | 0.66 | 0.46 |
| Hex | C3 | 2A | 28 | 0 | 4E | 4F | 18 | 1 | 42 | 2E |
| Octal | 303 | 52 | 50 | 0 | 116 | 117 | 30 | 1 | 102 | 56 |
| Binary | 11000011 | 101010 | 101000 | 0 | 1001110 | 1001111 | 11000 | 1 | 1000010 | 101110 |
Color Harmonies of #C32A28
Complementary color
Monochromatic Colors of #C32A28
Black with #C32A28
Text Example
Text Example
White with #C32A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A28; }
p { color: rgb(195,42,40); }
H1.HeaderClassName
{
color: #C32A28;
}
.AnyTagClassName
{
color: #C32A28;
}
</style>
background-color css
<style>
a { background-color: #C32A28; }
a { background-color: rgb(195,42,40); }
div.DivClassName
{
background-color: #C32A28;
}
.BgClassName
{
background-color: #C32A28;
}
</style>
border-color css
<style>
span { border-color: #C32A28; }
span { border-color: rgb(195,42,40); }
td.TdClassName
{
border-color: #C32A28;
}
.TagClassName
{
border-color: #C32A28;
}
</style>