Shades of Persian Red #CC4138
Tints of Persian Red #CC4138
RGB
CMYK
RGB Variations
Color information
#CC4138 (or 0xCC4138) is known color: Persian Red. HEX triplet: CC, 41 and 38. RGB value is (204,65,56). Sum of RGB (Red+Green+Blue) = 204+65+56=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4138 is #33BEC7. Grayscale: #696969. Windows color (decimal): -3391176 or 3686860. OLE color: 3686860.
HSL color Cylindrical-coordinate representation of color #CC4138: hue angle of 3.65º 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 #CC4138 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 56 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.2 |
| HSL | 3.65º | 0.59% | 0.51% | - |
| HSV(B) | 3.65º | 0.73% | 0.8% | - |
| XYZ | 27.51 | 16.9 | 5.55 | - |
| YUV | 105.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 56 | 0 | 0.68 | 0.73 | 0.2 | 3.65 | 0.59 | 0.51 |
| Hex | CC | 41 | 38 | 0 | 44 | 49 | 14 | 4 | 3B | 33 |
| Octal | 314 | 101 | 70 | 0 | 104 | 111 | 24 | 4 | 73 | 63 |
| Binary | 11001100 | 1000001 | 111000 | 0 | 1000100 | 1001001 | 10100 | 100 | 111011 | 110011 |
Color Harmonies of #CC4138
Complementary color
Monochromatic Colors of #CC4138
Black with #CC4138
Text Example
Text Example
White with #CC4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4138; }
p { color: rgb(204,65,56); }
H1.HeaderClassName
{
color: #CC4138;
}
.AnyTagClassName
{
color: #CC4138;
}
</style>
background-color css
<style>
a { background-color: #CC4138; }
a { background-color: rgb(204,65,56); }
div.DivClassName
{
background-color: #CC4138;
}
.BgClassName
{
background-color: #CC4138;
}
</style>
border-color css
<style>
span { border-color: #CC4138; }
span { border-color: rgb(204,65,56); }
td.TdClassName
{
border-color: #CC4138;
}
.TagClassName
{
border-color: #CC4138;
}
</style>