Shades of Persian Red #CC413E
Tints of Persian Red #CC413E
RGB
CMYK
RGB Variations
Color information
#CC413E (or 0xCC413E) is known color: Persian Red. HEX triplet: CC, 41 and 3E. RGB value is (204,65,62). Sum of RGB (Red+Green+Blue) = 204+65+62=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC413E is #33BEC1. Grayscale: #6A6A6A. Windows color (decimal): -3391170 or 4080076. OLE color: 4080076.
HSL color Cylindrical-coordinate representation of color #CC413E: hue angle of 1.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC413E is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 62 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.2 |
| HSL | 1.27º | 0.58% | 0.52% | - |
| HSV(B) | 1.27º | 0.7% | 0.8% | - |
| XYZ | 27.66 | 16.97 | 6.37 | - |
| YUV | 106.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 62 | 0 | 0.68 | 0.70 | 0.2 | 1.27 | 0.58 | 0.52 |
| Hex | CC | 41 | 3E | 0 | 44 | 46 | 14 | 1 | 3A | 34 |
| Octal | 314 | 101 | 76 | 0 | 104 | 106 | 24 | 1 | 72 | 64 |
| Binary | 11001100 | 1000001 | 111110 | 0 | 1000100 | 1000110 | 10100 | 1 | 111010 | 110100 |
Color Harmonies of #CC413E
Complementary color
Monochromatic Colors of #CC413E
Black with #CC413E
Text Example
Text Example
White with #CC413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC413E; }
p { color: rgb(204,65,62); }
H1.HeaderClassName
{
color: #CC413E;
}
.AnyTagClassName
{
color: #CC413E;
}
</style>
background-color css
<style>
a { background-color: #CC413E; }
a { background-color: rgb(204,65,62); }
div.DivClassName
{
background-color: #CC413E;
}
.BgClassName
{
background-color: #CC413E;
}
</style>
border-color css
<style>
span { border-color: #CC413E; }
span { border-color: rgb(204,65,62); }
td.TdClassName
{
border-color: #CC413E;
}
.TagClassName
{
border-color: #CC413E;
}
</style>