Shades of Persian Red #CC3939
Tints of Persian Red #CC3939
RGB
CMYK
RGB Variations
Color information
#CC3939 (or 0xCC3939) is known color: Persian Red. HEX triplet: CC, 39 and 39. RGB value is (204,57,57). Sum of RGB (Red+Green+Blue) = 204+57+57=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3939 is #33C6C6. Grayscale: #656565. Windows color (decimal): -3393223 or 3750348. OLE color: 3750348.
HSL color Cylindrical-coordinate representation of color #CC3939: hue angle of 0º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3939 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 57 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.2 |
| HSL | 0º | 0.59% | 0.51% | - |
| HSV(B) | 0º | 0.72% | 0.8% | - |
| XYZ | 27.1 | 16.06 | 5.54 | - |
| YUV | 100.95 | 103.2 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 57 | 0 | 0.72 | 0.72 | 0.2 | 0 | 0.59 | 0.51 |
| Hex | CC | 39 | 39 | 0 | 48 | 48 | 14 | 0 | 3B | 33 |
| Octal | 314 | 71 | 71 | 0 | 110 | 110 | 24 | 0 | 73 | 63 |
| Binary | 11001100 | 111001 | 111001 | 0 | 1001000 | 1001000 | 10100 | 0 | 111011 | 110011 |
Color Harmonies of #CC3939
Complementary color
Monochromatic Colors of #CC3939
Black with #CC3939
Text Example
Text Example
White with #CC3939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3939; }
p { color: rgb(204,57,57); }
H1.HeaderClassName
{
color: #CC3939;
}
.AnyTagClassName
{
color: #CC3939;
}
</style>
background-color css
<style>
a { background-color: #CC3939; }
a { background-color: rgb(204,57,57); }
div.DivClassName
{
background-color: #CC3939;
}
.BgClassName
{
background-color: #CC3939;
}
</style>
border-color css
<style>
span { border-color: #CC3939; }
span { border-color: rgb(204,57,57); }
td.TdClassName
{
border-color: #CC3939;
}
.TagClassName
{
border-color: #CC3939;
}
</style>