Shades of Persian Red #CB403C
Tints of Persian Red #CB403C
RGB
CMYK
RGB Variations
Color information
#CB403C (or 0xCB403C) is known color: Persian Red. HEX triplet: CB, 40 and 3C. RGB value is (203,64,60). Sum of RGB (Red+Green+Blue) = 203+64+60=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB403C is #34BFC3. Grayscale: #696969. Windows color (decimal): -3456964 or 3948747. OLE color: 3948747.
HSL color Cylindrical-coordinate representation of color #CB403C: hue angle of 1.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB403C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 60 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.20 |
| HSL | 1.68º | 0.58% | 0.52% | - |
| HSV(B) | 1.68º | 0.7% | 0.8% | - |
| XYZ | 27.28 | 16.69 | 6.06 | - |
| YUV | 105.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 60 | 0 | 0.68 | 0.70 | 0.20 | 1.68 | 0.58 | 0.52 |
| Hex | CB | 40 | 3C | 0 | 44 | 46 | 14 | 2 | 3A | 34 |
| Octal | 313 | 100 | 74 | 0 | 104 | 106 | 24 | 2 | 72 | 64 |
| Binary | 11001011 | 1000000 | 111100 | 0 | 1000100 | 1000110 | 10100 | 10 | 111010 | 110100 |
Color Harmonies of #CB403C
Complementary color
Monochromatic Colors of #CB403C
Black with #CB403C
Text Example
Text Example
White with #CB403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB403C; }
p { color: rgb(203,64,60); }
H1.HeaderClassName
{
color: #CB403C;
}
.AnyTagClassName
{
color: #CB403C;
}
</style>
background-color css
<style>
a { background-color: #CB403C; }
a { background-color: rgb(203,64,60); }
div.DivClassName
{
background-color: #CB403C;
}
.BgClassName
{
background-color: #CB403C;
}
</style>
border-color css
<style>
span { border-color: #CB403C; }
span { border-color: rgb(203,64,60); }
td.TdClassName
{
border-color: #CB403C;
}
.TagClassName
{
border-color: #CB403C;
}
</style>