Shades of Persian Red #CB392F
Tints of Persian Red #CB392F
RGB
CMYK
RGB Variations
Color information
#CB392F (or 0xCB392F) is known color: Persian Red. HEX triplet: CB, 39 and 2F. RGB value is (203,57,47). Sum of RGB (Red+Green+Blue) = 203+57+47=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB392F is #34C6D0. Grayscale: #636363. Windows color (decimal): -3458769 or 3094987. OLE color: 3094987.
HSL color Cylindrical-coordinate representation of color #CB392F: hue angle of 3.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB392F is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 47 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.20 |
| HSL | 3.85º | 0.62% | 0.49% | - |
| HSV(B) | 3.85º | 0.77% | 0.8% | - |
| XYZ | 26.6 | 15.83 | 4.34 | - |
| YUV | 99.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 47 | 0 | 0.72 | 0.77 | 0.20 | 3.85 | 0.62 | 0.49 |
| Hex | CB | 39 | 2F | 0 | 48 | 4D | 14 | 4 | 3E | 31 |
| Octal | 313 | 71 | 57 | 0 | 110 | 115 | 24 | 4 | 76 | 61 |
| Binary | 11001011 | 111001 | 101111 | 0 | 1001000 | 1001101 | 10100 | 100 | 111110 | 110001 |
Color Harmonies of #CB392F
Complementary color
Monochromatic Colors of #CB392F
Black with #CB392F
Text Example
Text Example
White with #CB392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB392F; }
p { color: rgb(203,57,47); }
H1.HeaderClassName
{
color: #CB392F;
}
.AnyTagClassName
{
color: #CB392F;
}
</style>
background-color css
<style>
a { background-color: #CB392F; }
a { background-color: rgb(203,57,47); }
div.DivClassName
{
background-color: #CB392F;
}
.BgClassName
{
background-color: #CB392F;
}
</style>
border-color css
<style>
span { border-color: #CB392F; }
span { border-color: rgb(203,57,47); }
td.TdClassName
{
border-color: #CB392F;
}
.TagClassName
{
border-color: #CB392F;
}
</style>