Shades of Persian Red #CB4241
Tints of Persian Red #CB4241
RGB
CMYK
RGB Variations
Color information
#CB4241 (or 0xCB4241) is known color: Persian Red. HEX triplet: CB, 42 and 41. RGB value is (203,66,65). Sum of RGB (Red+Green+Blue) = 203+66+65=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4241 is #34BDBE. Grayscale: #6A6A6A. Windows color (decimal): -3456447 or 4276939. OLE color: 4276939.
HSL color Cylindrical-coordinate representation of color #CB4241: hue angle of 0.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4241 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 65 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.20 |
| HSL | 0.43º | 0.57% | 0.53% | - |
| HSV(B) | 0.43º | 0.68% | 0.8% | - |
| XYZ | 27.53 | 16.97 | 6.83 | - |
| YUV | 106.85 | 104.39 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 65 | 0 | 0.67 | 0.68 | 0.20 | 0.43 | 0.57 | 0.53 |
| Hex | CB | 42 | 41 | 0 | 43 | 44 | 14 | 0 | 39 | 35 |
| Octal | 313 | 102 | 101 | 0 | 103 | 104 | 24 | 0 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1000001 | 0 | 1000011 | 1000100 | 10100 | 0 | 111001 | 110101 |
Color Harmonies of #CB4241
Complementary color
Monochromatic Colors of #CB4241
Black with #CB4241
Text Example
Text Example
White with #CB4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4241; }
p { color: rgb(203,66,65); }
H1.HeaderClassName
{
color: #CB4241;
}
.AnyTagClassName
{
color: #CB4241;
}
</style>
background-color css
<style>
a { background-color: #CB4241; }
a { background-color: rgb(203,66,65); }
div.DivClassName
{
background-color: #CB4241;
}
.BgClassName
{
background-color: #CB4241;
}
</style>
border-color css
<style>
span { border-color: #CB4241; }
span { border-color: rgb(203,66,65); }
td.TdClassName
{
border-color: #CB4241;
}
.TagClassName
{
border-color: #CB4241;
}
</style>