Shades of Persian Red #CB402F
Tints of Persian Red #CB402F
RGB
CMYK
RGB Variations
Color information
#CB402F (or 0xCB402F) is known color: Persian Red. HEX triplet: CB, 40 and 2F. RGB value is (203,64,47). Sum of RGB (Red+Green+Blue) = 203+64+47=314 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.65% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 203 - color contains mainly: red. Hex color #CB402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB402F is #34BFD0. Grayscale: #676767. Windows color (decimal): -3456977 or 3096779. OLE color: 3096779.
HSL color Cylindrical-coordinate representation of color #CB402F: hue angle of 6.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB402F is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 47 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.20 |
| HSL | 6.54º | 0.62% | 0.49% | - |
| HSV(B) | 6.54º | 0.77% | 0.8% | - |
| XYZ | 26.98 | 16.57 | 4.47 | - |
| YUV | 103.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 47 | 0 | 0.68 | 0.77 | 0.20 | 6.54 | 0.62 | 0.49 |
| Hex | CB | 40 | 2F | 0 | 44 | 4D | 14 | 7 | 3E | 31 |
| Octal | 313 | 100 | 57 | 0 | 104 | 115 | 24 | 7 | 76 | 61 |
| Binary | 11001011 | 1000000 | 101111 | 0 | 1000100 | 1001101 | 10100 | 111 | 111110 | 110001 |
Color Harmonies of #CB402F
Complementary color
Monochromatic Colors of #CB402F
Black with #CB402F
Text Example
Text Example
White with #CB402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB402F; }
p { color: rgb(203,64,47); }
H1.HeaderClassName
{
color: #CB402F;
}
.AnyTagClassName
{
color: #CB402F;
}
</style>
background-color css
<style>
a { background-color: #CB402F; }
a { background-color: rgb(203,64,47); }
div.DivClassName
{
background-color: #CB402F;
}
.BgClassName
{
background-color: #CB402F;
}
</style>
border-color css
<style>
span { border-color: #CB402F; }
span { border-color: rgb(203,64,47); }
td.TdClassName
{
border-color: #CB402F;
}
.TagClassName
{
border-color: #CB402F;
}
</style>