Shades of Persian Red #CB3F36
Tints of Persian Red #CB3F36
RGB
CMYK
RGB Variations
Color information
#CB3F36 (or 0xCB3F36) is known color: Persian Red. HEX triplet: CB, 3F and 36. RGB value is (203,63,54). Sum of RGB (Red+Green+Blue) = 203+63+54=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F36 is #34C0C9. Grayscale: #686868. Windows color (decimal): -3457226 or 3555275. OLE color: 3555275.
HSL color Cylindrical-coordinate representation of color #CB3F36: hue angle of 3.62º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3F36 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 54 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.20 |
| HSL | 3.62º | 0.59% | 0.5% | - |
| HSV(B) | 3.62º | 0.73% | 0.8% | - |
| XYZ | 27.07 | 16.52 | 5.25 | - |
| YUV | 103.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 54 | 0 | 0.69 | 0.73 | 0.20 | 3.62 | 0.59 | 0.5 |
| Hex | CB | 3F | 36 | 0 | 45 | 49 | 14 | 4 | 3B | 32 |
| Octal | 313 | 77 | 66 | 0 | 105 | 111 | 24 | 4 | 73 | 62 |
| Binary | 11001011 | 111111 | 110110 | 0 | 1000101 | 1001001 | 10100 | 100 | 111011 | 110010 |
Color Harmonies of #CB3F36
Complementary color
Monochromatic Colors of #CB3F36
Black with #CB3F36
Text Example
Text Example
White with #CB3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F36; }
p { color: rgb(203,63,54); }
H1.HeaderClassName
{
color: #CB3F36;
}
.AnyTagClassName
{
color: #CB3F36;
}
</style>
background-color css
<style>
a { background-color: #CB3F36; }
a { background-color: rgb(203,63,54); }
div.DivClassName
{
background-color: #CB3F36;
}
.BgClassName
{
background-color: #CB3F36;
}
</style>
border-color css
<style>
span { border-color: #CB3F36; }
span { border-color: rgb(203,63,54); }
td.TdClassName
{
border-color: #CB3F36;
}
.TagClassName
{
border-color: #CB3F36;
}
</style>