Shades of Persian Red #CB3C35
Tints of Persian Red #CB3C35
RGB
CMYK
RGB Variations
Color information
#CB3C35 (or 0xCB3C35) is known color: Persian Red. HEX triplet: CB, 3C and 35. RGB value is (203,60,53). Sum of RGB (Red+Green+Blue) = 203+60+53=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C35 is #34C3CA. Grayscale: #666666. Windows color (decimal): -3457995 or 3488971. OLE color: 3488971.
HSL color Cylindrical-coordinate representation of color #CB3C35: hue angle of 2.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 #CB3C35 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 53 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.20 |
| HSL | 2.8º | 0.59% | 0.5% | - |
| HSV(B) | 2.8º | 0.74% | 0.8% | - |
| XYZ | 26.89 | 16.19 | 5.08 | - |
| YUV | 101.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 53 | 0 | 0.70 | 0.74 | 0.20 | 2.8 | 0.59 | 0.5 |
| Hex | CB | 3C | 35 | 0 | 46 | 4A | 14 | 3 | 3B | 32 |
| Octal | 313 | 74 | 65 | 0 | 106 | 112 | 24 | 3 | 73 | 62 |
| Binary | 11001011 | 111100 | 110101 | 0 | 1000110 | 1001010 | 10100 | 11 | 111011 | 110010 |
Color Harmonies of #CB3C35
Complementary color
Monochromatic Colors of #CB3C35
Black with #CB3C35
Text Example
Text Example
White with #CB3C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C35; }
p { color: rgb(203,60,53); }
H1.HeaderClassName
{
color: #CB3C35;
}
.AnyTagClassName
{
color: #CB3C35;
}
</style>
background-color css
<style>
a { background-color: #CB3C35; }
a { background-color: rgb(203,60,53); }
div.DivClassName
{
background-color: #CB3C35;
}
.BgClassName
{
background-color: #CB3C35;
}
</style>
border-color css
<style>
span { border-color: #CB3C35; }
span { border-color: rgb(203,60,53); }
td.TdClassName
{
border-color: #CB3C35;
}
.TagClassName
{
border-color: #CB3C35;
}
</style>