Shades of Persian Red #CB3732
Tints of Persian Red #CB3732
RGB
CMYK
RGB Variations
Color information
#CB3732 (or 0xCB3732) is known color: Persian Red. HEX triplet: CB, 37 and 32. RGB value is (203,55,50). Sum of RGB (Red+Green+Blue) = 203+55+50=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3732 is #34C8CD. Grayscale: #626262. Windows color (decimal): -3459278 or 3291083. OLE color: 3291083.
HSL color Cylindrical-coordinate representation of color #CB3732: hue angle of 1.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3732 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 50 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.20 |
| HSL | 1.96º | 0.6% | 0.5% | - |
| HSV(B) | 1.96º | 0.75% | 0.8% | - |
| XYZ | 26.57 | 15.66 | 4.64 | - |
| YUV | 98.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 50 | 0 | 0.73 | 0.75 | 0.20 | 1.96 | 0.6 | 0.5 |
| Hex | CB | 37 | 32 | 0 | 49 | 4B | 14 | 2 | 3C | 32 |
| Octal | 313 | 67 | 62 | 0 | 111 | 113 | 24 | 2 | 74 | 62 |
| Binary | 11001011 | 110111 | 110010 | 0 | 1001001 | 1001011 | 10100 | 10 | 111100 | 110010 |
Color Harmonies of #CB3732
Complementary color
Monochromatic Colors of #CB3732
Black with #CB3732
Text Example
Text Example
White with #CB3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3732; }
p { color: rgb(203,55,50); }
H1.HeaderClassName
{
color: #CB3732;
}
.AnyTagClassName
{
color: #CB3732;
}
</style>
background-color css
<style>
a { background-color: #CB3732; }
a { background-color: rgb(203,55,50); }
div.DivClassName
{
background-color: #CB3732;
}
.BgClassName
{
background-color: #CB3732;
}
</style>
border-color css
<style>
span { border-color: #CB3732; }
span { border-color: rgb(203,55,50); }
td.TdClassName
{
border-color: #CB3732;
}
.TagClassName
{
border-color: #CB3732;
}
</style>