Shades of Persian Red #CB423A
Tints of Persian Red #CB423A
RGB
CMYK
RGB Variations
Color information
#CB423A (or 0xCB423A) is known color: Persian Red. HEX triplet: CB, 42 and 3A. RGB value is (203,66,58). Sum of RGB (Red+Green+Blue) = 203+66+58=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB423A is #34BDC5. Grayscale: #6A6A6A. Windows color (decimal): -3456454 or 3818187. OLE color: 3818187.
HSL color Cylindrical-coordinate representation of color #CB423A: hue angle of 3.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB423A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 58 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.20 |
| HSL | 3.31º | 0.58% | 0.51% | - |
| HSV(B) | 3.31º | 0.71% | 0.8% | - |
| XYZ | 27.34 | 16.9 | 5.82 | - |
| YUV | 106.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 58 | 0 | 0.67 | 0.71 | 0.20 | 3.31 | 0.58 | 0.51 |
| Hex | CB | 42 | 3A | 0 | 43 | 47 | 14 | 3 | 3A | 33 |
| Octal | 313 | 102 | 72 | 0 | 103 | 107 | 24 | 3 | 72 | 63 |
| Binary | 11001011 | 1000010 | 111010 | 0 | 1000011 | 1000111 | 10100 | 11 | 111010 | 110011 |
Color Harmonies of #CB423A
Complementary color
Monochromatic Colors of #CB423A
Black with #CB423A
Text Example
Text Example
White with #CB423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB423A; }
p { color: rgb(203,66,58); }
H1.HeaderClassName
{
color: #CB423A;
}
.AnyTagClassName
{
color: #CB423A;
}
</style>
background-color css
<style>
a { background-color: #CB423A; }
a { background-color: rgb(203,66,58); }
div.DivClassName
{
background-color: #CB423A;
}
.BgClassName
{
background-color: #CB423A;
}
</style>
border-color css
<style>
span { border-color: #CB423A; }
span { border-color: rgb(203,66,58); }
td.TdClassName
{
border-color: #CB423A;
}
.TagClassName
{
border-color: #CB423A;
}
</style>