Shades of Persian Red #CC3130
Tints of Persian Red #CC3130
RGB
CMYK
RGB Variations
Color information
#CC3130 (or 0xCC3130) is known color: Persian Red. HEX triplet: CC, 31 and 30. RGB value is (204,49,48). Sum of RGB (Red+Green+Blue) = 204+49+48=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3130 is #33CECF. Grayscale: #5F5F5F. Windows color (decimal): -3395280 or 3158476. OLE color: 3158476.
HSL color Cylindrical-coordinate representation of color #CC3130: hue angle of 0.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3130 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 48 | - |
| CMYK | 0 | 0.76 | 0.76 | 0.2 |
| HSL | 0.38º | 0.62% | 0.49% | - |
| HSV(B) | 0.38º | 0.76% | 0.8% | - |
| XYZ | 26.53 | 15.25 | 4.34 | - |
| YUV | 95.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 48 | 0 | 0.76 | 0.76 | 0.2 | 0.38 | 0.62 | 0.49 |
| Hex | CC | 31 | 30 | 0 | 4C | 4C | 14 | 0 | 3E | 31 |
| Octal | 314 | 61 | 60 | 0 | 114 | 114 | 24 | 0 | 76 | 61 |
| Binary | 11001100 | 110001 | 110000 | 0 | 1001100 | 1001100 | 10100 | 0 | 111110 | 110001 |
Color Harmonies of #CC3130
Complementary color
Monochromatic Colors of #CC3130
Black with #CC3130
Text Example
Text Example
White with #CC3130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3130; }
p { color: rgb(204,49,48); }
H1.HeaderClassName
{
color: #CC3130;
}
.AnyTagClassName
{
color: #CC3130;
}
</style>
background-color css
<style>
a { background-color: #CC3130; }
a { background-color: rgb(204,49,48); }
div.DivClassName
{
background-color: #CC3130;
}
.BgClassName
{
background-color: #CC3130;
}
</style>
border-color css
<style>
span { border-color: #CC3130; }
span { border-color: rgb(204,49,48); }
td.TdClassName
{
border-color: #CC3130;
}
.TagClassName
{
border-color: #CC3130;
}
</style>