Shades of Persian Red #CC4038
Tints of Persian Red #CC4038
RGB
CMYK
RGB Variations
Color information
#CC4038 (or 0xCC4038) is known color: Persian Red. HEX triplet: CC, 40 and 38. RGB value is (204,64,56). Sum of RGB (Red+Green+Blue) = 204+64+56=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4038 is #33BFC7. Grayscale: #696969. Windows color (decimal): -3391432 or 3686604. OLE color: 3686604.
HSL color Cylindrical-coordinate representation of color #CC4038: hue angle of 3.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4038 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 56 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.2 |
| HSL | 3.24º | 0.59% | 0.51% | - |
| HSV(B) | 3.24º | 0.73% | 0.8% | - |
| XYZ | 27.45 | 16.79 | 5.54 | - |
| YUV | 104.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 56 | 0 | 0.69 | 0.73 | 0.2 | 3.24 | 0.59 | 0.51 |
| Hex | CC | 40 | 38 | 0 | 45 | 49 | 14 | 3 | 3B | 33 |
| Octal | 314 | 100 | 70 | 0 | 105 | 111 | 24 | 3 | 73 | 63 |
| Binary | 11001100 | 1000000 | 111000 | 0 | 1000101 | 1001001 | 10100 | 11 | 111011 | 110011 |
Color Harmonies of #CC4038
Complementary color
Monochromatic Colors of #CC4038
Black with #CC4038
Text Example
Text Example
White with #CC4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4038; }
p { color: rgb(204,64,56); }
H1.HeaderClassName
{
color: #CC4038;
}
.AnyTagClassName
{
color: #CC4038;
}
</style>
background-color css
<style>
a { background-color: #CC4038; }
a { background-color: rgb(204,64,56); }
div.DivClassName
{
background-color: #CC4038;
}
.BgClassName
{
background-color: #CC4038;
}
</style>
border-color css
<style>
span { border-color: #CC4038; }
span { border-color: rgb(204,64,56); }
td.TdClassName
{
border-color: #CC4038;
}
.TagClassName
{
border-color: #CC4038;
}
</style>