Shades of Persian Red #CC3430
Tints of Persian Red #CC3430
RGB
CMYK
RGB Variations
Color information
#CC3430 (or 0xCC3430) is known color: Persian Red. HEX triplet: CC, 34 and 30. RGB value is (204,52,48). Sum of RGB (Red+Green+Blue) = 204+52+48=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3430 is #33CBCF. Grayscale: #616161. Windows color (decimal): -3394512 or 3159244. OLE color: 3159244.
HSL color Cylindrical-coordinate representation of color #CC3430: hue angle of 1.54º 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 #CC3430 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 48 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.2 |
| HSL | 1.54º | 0.62% | 0.49% | - |
| HSV(B) | 1.54º | 0.76% | 0.8% | - |
| XYZ | 26.66 | 15.51 | 4.38 | - |
| YUV | 96.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 48 | 0 | 0.75 | 0.76 | 0.2 | 1.54 | 0.62 | 0.49 |
| Hex | CC | 34 | 30 | 0 | 4B | 4C | 14 | 2 | 3E | 31 |
| Octal | 314 | 64 | 60 | 0 | 113 | 114 | 24 | 2 | 76 | 61 |
| Binary | 11001100 | 110100 | 110000 | 0 | 1001011 | 1001100 | 10100 | 10 | 111110 | 110001 |
Color Harmonies of #CC3430
Complementary color
Monochromatic Colors of #CC3430
Black with #CC3430
Text Example
Text Example
White with #CC3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3430; }
p { color: rgb(204,52,48); }
H1.HeaderClassName
{
color: #CC3430;
}
.AnyTagClassName
{
color: #CC3430;
}
</style>
background-color css
<style>
a { background-color: #CC3430; }
a { background-color: rgb(204,52,48); }
div.DivClassName
{
background-color: #CC3430;
}
.BgClassName
{
background-color: #CC3430;
}
</style>
border-color css
<style>
span { border-color: #CC3430; }
span { border-color: rgb(204,52,48); }
td.TdClassName
{
border-color: #CC3430;
}
.TagClassName
{
border-color: #CC3430;
}
</style>