Shades of Persian Red #CC3938
Tints of Persian Red #CC3938
RGB
CMYK
RGB Variations
Color information
#CC3938 (or 0xCC3938) is known color: Persian Red. HEX triplet: CC, 39 and 38. RGB value is (204,57,56). Sum of RGB (Red+Green+Blue) = 204+57+56=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3938 is #33C6C7. Grayscale: #646464. Windows color (decimal): -3393224 or 3684812. OLE color: 3684812.
HSL color Cylindrical-coordinate representation of color #CC3938: hue angle of 0.41º 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 #CC3938 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 56 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.2 |
| HSL | 0.41º | 0.59% | 0.51% | - |
| HSV(B) | 0.41º | 0.73% | 0.8% | - |
| XYZ | 27.08 | 16.05 | 5.41 | - |
| YUV | 100.84 | 102.7 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 56 | 0 | 0.72 | 0.73 | 0.2 | 0.41 | 0.59 | 0.51 |
| Hex | CC | 39 | 38 | 0 | 48 | 49 | 14 | 0 | 3B | 33 |
| Octal | 314 | 71 | 70 | 0 | 110 | 111 | 24 | 0 | 73 | 63 |
| Binary | 11001100 | 111001 | 111000 | 0 | 1001000 | 1001001 | 10100 | 0 | 111011 | 110011 |
Color Harmonies of #CC3938
Complementary color
Monochromatic Colors of #CC3938
Black with #CC3938
Text Example
Text Example
White with #CC3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3938; }
p { color: rgb(204,57,56); }
H1.HeaderClassName
{
color: #CC3938;
}
.AnyTagClassName
{
color: #CC3938;
}
</style>
background-color css
<style>
a { background-color: #CC3938; }
a { background-color: rgb(204,57,56); }
div.DivClassName
{
background-color: #CC3938;
}
.BgClassName
{
background-color: #CC3938;
}
</style>
border-color css
<style>
span { border-color: #CC3938; }
span { border-color: rgb(204,57,56); }
td.TdClassName
{
border-color: #CC3938;
}
.TagClassName
{
border-color: #CC3938;
}
</style>