Shades of Persian Red #CB3F2B
Tints of Persian Red #CB3F2B
RGB
CMYK
RGB Variations
Color information
#CB3F2B (or 0xCB3F2B) is known color: Persian Red. HEX triplet: CB, 3F and 2B. RGB value is (203,63,43). Sum of RGB (Red+Green+Blue) = 203+63+43=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F2B is #34C0D4. Grayscale: #666666. Windows color (decimal): -3457237 or 2834379. OLE color: 2834379.
HSL color Cylindrical-coordinate representation of color #CB3F2B: hue angle of 7.5º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB3F2B is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 43 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.20 |
| HSL | 7.5º | 0.65% | 0.48% | - |
| HSV(B) | 7.5º | 0.79% | 0.8% | - |
| XYZ | 26.84 | 16.43 | 4.04 | - |
| YUV | 102.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 43 | 0 | 0.69 | 0.79 | 0.20 | 7.5 | 0.65 | 0.48 |
| Hex | CB | 3F | 2B | 0 | 45 | 4F | 14 | 8 | 41 | 30 |
| Octal | 313 | 77 | 53 | 0 | 105 | 117 | 24 | 10 | 101 | 60 |
| Binary | 11001011 | 111111 | 101011 | 0 | 1000101 | 1001111 | 10100 | 1000 | 1000001 | 110000 |
Color Harmonies of #CB3F2B
Complementary color
Monochromatic Colors of #CB3F2B
Black with #CB3F2B
Text Example
Text Example
White with #CB3F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F2B; }
p { color: rgb(203,63,43); }
H1.HeaderClassName
{
color: #CB3F2B;
}
.AnyTagClassName
{
color: #CB3F2B;
}
</style>
background-color css
<style>
a { background-color: #CB3F2B; }
a { background-color: rgb(203,63,43); }
div.DivClassName
{
background-color: #CB3F2B;
}
.BgClassName
{
background-color: #CB3F2B;
}
</style>
border-color css
<style>
span { border-color: #CB3F2B; }
span { border-color: rgb(203,63,43); }
td.TdClassName
{
border-color: #CB3F2B;
}
.TagClassName
{
border-color: #CB3F2B;
}
</style>