Shades of Persian Red #CC3F3D
Tints of Persian Red #CC3F3D
RGB
CMYK
RGB Variations
Color information
#CC3F3D (or 0xCC3F3D) is known color: Persian Red. HEX triplet: CC, 3F and 3D. RGB value is (204,63,61). Sum of RGB (Red+Green+Blue) = 204+63+61=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F3D is #33C0C2. Grayscale: #696969. Windows color (decimal): -3391683 or 4014028. OLE color: 4014028.
HSL color Cylindrical-coordinate representation of color #CC3F3D: hue angle of 0.84º 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 #CC3F3D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 61 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.2 |
| HSL | 0.84º | 0.58% | 0.52% | - |
| HSV(B) | 0.84º | 0.7% | 0.8% | - |
| XYZ | 27.52 | 16.73 | 6.19 | - |
| YUV | 104.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 61 | 0 | 0.69 | 0.70 | 0.2 | 0.84 | 0.58 | 0.52 |
| Hex | CC | 3F | 3D | 0 | 45 | 46 | 14 | 1 | 3A | 34 |
| Octal | 314 | 77 | 75 | 0 | 105 | 106 | 24 | 1 | 72 | 64 |
| Binary | 11001100 | 111111 | 111101 | 0 | 1000101 | 1000110 | 10100 | 1 | 111010 | 110100 |
Color Harmonies of #CC3F3D
Complementary color
Monochromatic Colors of #CC3F3D
Black with #CC3F3D
Text Example
Text Example
White with #CC3F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3F3D; }
p { color: rgb(204,63,61); }
H1.HeaderClassName
{
color: #CC3F3D;
}
.AnyTagClassName
{
color: #CC3F3D;
}
</style>
background-color css
<style>
a { background-color: #CC3F3D; }
a { background-color: rgb(204,63,61); }
div.DivClassName
{
background-color: #CC3F3D;
}
.BgClassName
{
background-color: #CC3F3D;
}
</style>
border-color css
<style>
span { border-color: #CC3F3D; }
span { border-color: rgb(204,63,61); }
td.TdClassName
{
border-color: #CC3F3D;
}
.TagClassName
{
border-color: #CC3F3D;
}
</style>