Shades of Persian Red #CB372B
Tints of Persian Red #CB372B
RGB
CMYK
RGB Variations
Color information
#CB372B (or 0xCB372B) is known color: Persian Red. HEX triplet: CB, 37 and 2B. RGB value is (203,55,43). Sum of RGB (Red+Green+Blue) = 203+55+43=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB372B is #34C8D4. Grayscale: #626262. Windows color (decimal): -3459285 or 2832331. OLE color: 2832331.
HSL color Cylindrical-coordinate representation of color #CB372B: hue angle of 4.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 #CB372B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 43 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.20 |
| HSL | 4.5º | 0.65% | 0.48% | - |
| HSV(B) | 4.5º | 0.79% | 0.8% | - |
| XYZ | 26.43 | 15.6 | 3.9 | - |
| YUV | 97.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 43 | 0 | 0.73 | 0.79 | 0.20 | 4.5 | 0.65 | 0.48 |
| Hex | CB | 37 | 2B | 0 | 49 | 4F | 14 | 4 | 41 | 30 |
| Octal | 313 | 67 | 53 | 0 | 111 | 117 | 24 | 4 | 101 | 60 |
| Binary | 11001011 | 110111 | 101011 | 0 | 1001001 | 1001111 | 10100 | 100 | 1000001 | 110000 |
Color Harmonies of #CB372B
Complementary color
Monochromatic Colors of #CB372B
Black with #CB372B
Text Example
Text Example
White with #CB372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB372B; }
p { color: rgb(203,55,43); }
H1.HeaderClassName
{
color: #CB372B;
}
.AnyTagClassName
{
color: #CB372B;
}
</style>
background-color css
<style>
a { background-color: #CB372B; }
a { background-color: rgb(203,55,43); }
div.DivClassName
{
background-color: #CB372B;
}
.BgClassName
{
background-color: #CB372B;
}
</style>
border-color css
<style>
span { border-color: #CB372B; }
span { border-color: rgb(203,55,43); }
td.TdClassName
{
border-color: #CB372B;
}
.TagClassName
{
border-color: #CB372B;
}
</style>