Shades of Persian Red #CC423F
Tints of Persian Red #CC423F
RGB
CMYK
RGB Variations
Color information
#CC423F (or 0xCC423F) is known color: Persian Red. HEX triplet: CC, 42 and 3F. RGB value is (204,66,63). Sum of RGB (Red+Green+Blue) = 204+66+63=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC423F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC423F is #33BDC0. Grayscale: #6B6B6B. Windows color (decimal): -3390913 or 4145868. OLE color: 4145868.
HSL color Cylindrical-coordinate representation of color #CC423F: hue angle of 1.28º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC423F is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 63 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.2 |
| HSL | 1.28º | 0.58% | 0.52% | - |
| HSV(B) | 1.28º | 0.69% | 0.8% | - |
| XYZ | 27.75 | 17.09 | 6.54 | - |
| YUV | 106.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 63 | 0 | 0.68 | 0.69 | 0.2 | 1.28 | 0.58 | 0.52 |
| Hex | CC | 42 | 3F | 0 | 44 | 45 | 14 | 1 | 3A | 34 |
| Octal | 314 | 102 | 77 | 0 | 104 | 105 | 24 | 1 | 72 | 64 |
| Binary | 11001100 | 1000010 | 111111 | 0 | 1000100 | 1000101 | 10100 | 1 | 111010 | 110100 |
Color Harmonies of #CC423F
Complementary color
Monochromatic Colors of #CC423F
Black with #CC423F
Text Example
Text Example
White with #CC423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC423F; }
p { color: rgb(204,66,63); }
H1.HeaderClassName
{
color: #CC423F;
}
.AnyTagClassName
{
color: #CC423F;
}
</style>
background-color css
<style>
a { background-color: #CC423F; }
a { background-color: rgb(204,66,63); }
div.DivClassName
{
background-color: #CC423F;
}
.BgClassName
{
background-color: #CC423F;
}
</style>
border-color css
<style>
span { border-color: #CC423F; }
span { border-color: rgb(204,66,63); }
td.TdClassName
{
border-color: #CC423F;
}
.TagClassName
{
border-color: #CC423F;
}
</style>