Shades of Persian Red #CB3F31
Tints of Persian Red #CB3F31
RGB
CMYK
RGB Variations
Color information
#CB3F31 (or 0xCB3F31) is known color: Persian Red. HEX triplet: CB, 3F and 31. RGB value is (203,63,49). Sum of RGB (Red+Green+Blue) = 203+63+49=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F31 is #34C0CE. Grayscale: #676767. Windows color (decimal): -3457231 or 3227595. OLE color: 3227595.
HSL color Cylindrical-coordinate representation of color #CB3F31: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3F31 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 49 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.20 |
| HSL | 5.45º | 0.61% | 0.49% | - |
| HSV(B) | 5.45º | 0.76% | 0.8% | - |
| XYZ | 26.96 | 16.47 | 4.66 | - |
| YUV | 103.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 49 | 0 | 0.69 | 0.76 | 0.20 | 5.45 | 0.61 | 0.49 |
| Hex | CB | 3F | 31 | 0 | 45 | 4C | 14 | 5 | 3D | 31 |
| Octal | 313 | 77 | 61 | 0 | 105 | 114 | 24 | 5 | 75 | 61 |
| Binary | 11001011 | 111111 | 110001 | 0 | 1000101 | 1001100 | 10100 | 101 | 111101 | 110001 |
Color Harmonies of #CB3F31
Complementary color
Monochromatic Colors of #CB3F31
Black with #CB3F31
Text Example
Text Example
White with #CB3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F31; }
p { color: rgb(203,63,49); }
H1.HeaderClassName
{
color: #CB3F31;
}
.AnyTagClassName
{
color: #CB3F31;
}
</style>
background-color css
<style>
a { background-color: #CB3F31; }
a { background-color: rgb(203,63,49); }
div.DivClassName
{
background-color: #CB3F31;
}
.BgClassName
{
background-color: #CB3F31;
}
</style>
border-color css
<style>
span { border-color: #CB3F31; }
span { border-color: rgb(203,63,49); }
td.TdClassName
{
border-color: #CB3F31;
}
.TagClassName
{
border-color: #CB3F31;
}
</style>