Shades of Persian Red #CB3633
Tints of Persian Red #CB3633
RGB
CMYK
RGB Variations
Color information
#CB3633 (or 0xCB3633) is known color: Persian Red. HEX triplet: CB, 36 and 33. RGB value is (203,54,51). Sum of RGB (Red+Green+Blue) = 203+54+51=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3633 is #34C9CC. Grayscale: #626262. Windows color (decimal): -3459533 or 3356363. OLE color: 3356363.
HSL color Cylindrical-coordinate representation of color #CB3633: hue angle of 1.18º 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 #CB3633 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 51 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.20 |
| HSL | 1.18º | 0.6% | 0.5% | - |
| HSV(B) | 1.18º | 0.75% | 0.8% | - |
| XYZ | 26.55 | 15.57 | 4.74 | - |
| YUV | 98.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 51 | 0 | 0.73 | 0.75 | 0.20 | 1.18 | 0.6 | 0.5 |
| Hex | CB | 36 | 33 | 0 | 49 | 4B | 14 | 1 | 3C | 32 |
| Octal | 313 | 66 | 63 | 0 | 111 | 113 | 24 | 1 | 74 | 62 |
| Binary | 11001011 | 110110 | 110011 | 0 | 1001001 | 1001011 | 10100 | 1 | 111100 | 110010 |
Color Harmonies of #CB3633
Complementary color
Monochromatic Colors of #CB3633
Black with #CB3633
Text Example
Text Example
White with #CB3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3633; }
p { color: rgb(203,54,51); }
H1.HeaderClassName
{
color: #CB3633;
}
.AnyTagClassName
{
color: #CB3633;
}
</style>
background-color css
<style>
a { background-color: #CB3633; }
a { background-color: rgb(203,54,51); }
div.DivClassName
{
background-color: #CB3633;
}
.BgClassName
{
background-color: #CB3633;
}
</style>
border-color css
<style>
span { border-color: #CB3633; }
span { border-color: rgb(203,54,51); }
td.TdClassName
{
border-color: #CB3633;
}
.TagClassName
{
border-color: #CB3633;
}
</style>