Shades of Persian Red #CB4135
Tints of Persian Red #CB4135
RGB
CMYK
RGB Variations
Color information
#CB4135 (or 0xCB4135) is known color: Persian Red. HEX triplet: CB, 41 and 35. RGB value is (203,65,53). Sum of RGB (Red+Green+Blue) = 203+65+53=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4135 is #34BECA. Grayscale: #696969. Windows color (decimal): -3456715 or 3490251. OLE color: 3490251.
HSL color Cylindrical-coordinate representation of color #CB4135: hue angle of 4.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB4135 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 53 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.20 |
| HSL | 4.8º | 0.59% | 0.5% | - |
| HSV(B) | 4.8º | 0.74% | 0.8% | - |
| XYZ | 27.16 | 16.73 | 5.17 | - |
| YUV | 104.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 53 | 0 | 0.68 | 0.74 | 0.20 | 4.8 | 0.59 | 0.5 |
| Hex | CB | 41 | 35 | 0 | 44 | 4A | 14 | 5 | 3B | 32 |
| Octal | 313 | 101 | 65 | 0 | 104 | 112 | 24 | 5 | 73 | 62 |
| Binary | 11001011 | 1000001 | 110101 | 0 | 1000100 | 1001010 | 10100 | 101 | 111011 | 110010 |
Color Harmonies of #CB4135
Complementary color
Monochromatic Colors of #CB4135
Black with #CB4135
Text Example
Text Example
White with #CB4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4135; }
p { color: rgb(203,65,53); }
H1.HeaderClassName
{
color: #CB4135;
}
.AnyTagClassName
{
color: #CB4135;
}
</style>
background-color css
<style>
a { background-color: #CB4135; }
a { background-color: rgb(203,65,53); }
div.DivClassName
{
background-color: #CB4135;
}
.BgClassName
{
background-color: #CB4135;
}
</style>
border-color css
<style>
span { border-color: #CB4135; }
span { border-color: rgb(203,65,53); }
td.TdClassName
{
border-color: #CB4135;
}
.TagClassName
{
border-color: #CB4135;
}
</style>