Shades of Persian Red #CC413F
Tints of Persian Red #CC413F
RGB
CMYK
RGB Variations
Color information
#CC413F (or 0xCC413F) is known color: Persian Red. HEX triplet: CC, 41 and 3F. RGB value is (204,65,63). Sum of RGB (Red+Green+Blue) = 204+65+63=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC413F is #33BEC0. Grayscale: #6A6A6A. Windows color (decimal): -3391169 or 4145612. OLE color: 4145612.
HSL color Cylindrical-coordinate representation of color #CC413F: hue angle of 0.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC413F is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 63 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.2 |
| HSL | 0.85º | 0.58% | 0.52% | - |
| HSV(B) | 0.85º | 0.69% | 0.8% | - |
| XYZ | 27.69 | 16.98 | 6.52 | - |
| YUV | 106.33 | 103.55 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 63 | 0 | 0.68 | 0.69 | 0.2 | 0.85 | 0.58 | 0.52 |
| Hex | CC | 41 | 3F | 0 | 44 | 45 | 14 | 1 | 3A | 34 |
| Octal | 314 | 101 | 77 | 0 | 104 | 105 | 24 | 1 | 72 | 64 |
| Binary | 11001100 | 1000001 | 111111 | 0 | 1000100 | 1000101 | 10100 | 1 | 111010 | 110100 |
Color Harmonies of #CC413F
Complementary color
Monochromatic Colors of #CC413F
Black with #CC413F
Text Example
Text Example
White with #CC413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC413F; }
p { color: rgb(204,65,63); }
H1.HeaderClassName
{
color: #CC413F;
}
.AnyTagClassName
{
color: #CC413F;
}
</style>
background-color css
<style>
a { background-color: #CC413F; }
a { background-color: rgb(204,65,63); }
div.DivClassName
{
background-color: #CC413F;
}
.BgClassName
{
background-color: #CC413F;
}
</style>
border-color css
<style>
span { border-color: #CC413F; }
span { border-color: rgb(204,65,63); }
td.TdClassName
{
border-color: #CC413F;
}
.TagClassName
{
border-color: #CC413F;
}
</style>