Shades of Persian Red #CB3E35
Tints of Persian Red #CB3E35
RGB
CMYK
RGB Variations
Color information
#CB3E35 (or 0xCB3E35) is known color: Persian Red. HEX triplet: CB, 3E and 35. RGB value is (203,62,53). Sum of RGB (Red+Green+Blue) = 203+62+53=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E35 is #34C1CA. Grayscale: #676767. Windows color (decimal): -3457483 or 3489483. OLE color: 3489483.
HSL color Cylindrical-coordinate representation of color #CB3E35: hue angle of 3.6º 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 #CB3E35 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 53 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.20 |
| HSL | 3.6º | 0.59% | 0.5% | - |
| HSV(B) | 3.6º | 0.74% | 0.8% | - |
| XYZ | 26.99 | 16.4 | 5.11 | - |
| YUV | 103.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 53 | 0 | 0.69 | 0.74 | 0.20 | 3.6 | 0.59 | 0.5 |
| Hex | CB | 3E | 35 | 0 | 45 | 4A | 14 | 4 | 3B | 32 |
| Octal | 313 | 76 | 65 | 0 | 105 | 112 | 24 | 4 | 73 | 62 |
| Binary | 11001011 | 111110 | 110101 | 0 | 1000101 | 1001010 | 10100 | 100 | 111011 | 110010 |
Color Harmonies of #CB3E35
Complementary color
Monochromatic Colors of #CB3E35
Black with #CB3E35
Text Example
Text Example
White with #CB3E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E35; }
p { color: rgb(203,62,53); }
H1.HeaderClassName
{
color: #CB3E35;
}
.AnyTagClassName
{
color: #CB3E35;
}
</style>
background-color css
<style>
a { background-color: #CB3E35; }
a { background-color: rgb(203,62,53); }
div.DivClassName
{
background-color: #CB3E35;
}
.BgClassName
{
background-color: #CB3E35;
}
</style>
border-color css
<style>
span { border-color: #CB3E35; }
span { border-color: rgb(203,62,53); }
td.TdClassName
{
border-color: #CB3E35;
}
.TagClassName
{
border-color: #CB3E35;
}
</style>