Shades of Persian Red #CC423A
Tints of Persian Red #CC423A
RGB
CMYK
RGB Variations
Color information
#CC423A (or 0xCC423A) is known color: Persian Red. HEX triplet: CC, 42 and 3A. RGB value is (204,66,58). Sum of RGB (Red+Green+Blue) = 204+66+58=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC423A is #33BDC5. Grayscale: #6A6A6A. Windows color (decimal): -3390918 or 3818188. OLE color: 3818188.
HSL color Cylindrical-coordinate representation of color #CC423A: hue angle of 3.29º 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 #CC423A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 58 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.2 |
| HSL | 3.29º | 0.59% | 0.51% | - |
| HSV(B) | 3.29º | 0.72% | 0.8% | - |
| XYZ | 27.61 | 17.04 | 5.84 | - |
| YUV | 106.35 | 100.72 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 58 | 0 | 0.68 | 0.72 | 0.2 | 3.29 | 0.59 | 0.51 |
| Hex | CC | 42 | 3A | 0 | 44 | 48 | 14 | 3 | 3B | 33 |
| Octal | 314 | 102 | 72 | 0 | 104 | 110 | 24 | 3 | 73 | 63 |
| Binary | 11001100 | 1000010 | 111010 | 0 | 1000100 | 1001000 | 10100 | 11 | 111011 | 110011 |
Color Harmonies of #CC423A
Complementary color
Monochromatic Colors of #CC423A
Black with #CC423A
Text Example
Text Example
White with #CC423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC423A; }
p { color: rgb(204,66,58); }
H1.HeaderClassName
{
color: #CC423A;
}
.AnyTagClassName
{
color: #CC423A;
}
</style>
background-color css
<style>
a { background-color: #CC423A; }
a { background-color: rgb(204,66,58); }
div.DivClassName
{
background-color: #CC423A;
}
.BgClassName
{
background-color: #CC423A;
}
</style>
border-color css
<style>
span { border-color: #CC423A; }
span { border-color: rgb(204,66,58); }
td.TdClassName
{
border-color: #CC423A;
}
.TagClassName
{
border-color: #CC423A;
}
</style>