Shades of Persian Red #CC413D
Tints of Persian Red #CC413D
RGB
CMYK
RGB Variations
Color information
#CC413D (or 0xCC413D) is known color: Persian Red. HEX triplet: CC, 41 and 3D. RGB value is (204,65,61). Sum of RGB (Red+Green+Blue) = 204+65+61=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC413D is #33BEC2. Grayscale: #6A6A6A. Windows color (decimal): -3391171 or 4014540. OLE color: 4014540.
HSL color Cylindrical-coordinate representation of color #CC413D: hue angle of 1.68º 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 #CC413D is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 61 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.2 |
| HSL | 1.68º | 0.58% | 0.52% | - |
| HSV(B) | 1.68º | 0.7% | 0.8% | - |
| XYZ | 27.63 | 16.95 | 6.23 | - |
| YUV | 106.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 61 | 0 | 0.68 | 0.70 | 0.2 | 1.68 | 0.58 | 0.52 |
| Hex | CC | 41 | 3D | 0 | 44 | 46 | 14 | 2 | 3A | 34 |
| Octal | 314 | 101 | 75 | 0 | 104 | 106 | 24 | 2 | 72 | 64 |
| Binary | 11001100 | 1000001 | 111101 | 0 | 1000100 | 1000110 | 10100 | 10 | 111010 | 110100 |
Color Harmonies of #CC413D
Complementary color
Monochromatic Colors of #CC413D
Black with #CC413D
Text Example
Text Example
White with #CC413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC413D; }
p { color: rgb(204,65,61); }
H1.HeaderClassName
{
color: #CC413D;
}
.AnyTagClassName
{
color: #CC413D;
}
</style>
background-color css
<style>
a { background-color: #CC413D; }
a { background-color: rgb(204,65,61); }
div.DivClassName
{
background-color: #CC413D;
}
.BgClassName
{
background-color: #CC413D;
}
</style>
border-color css
<style>
span { border-color: #CC413D; }
span { border-color: rgb(204,65,61); }
td.TdClassName
{
border-color: #CC413D;
}
.TagClassName
{
border-color: #CC413D;
}
</style>