Shades of Persian Red #CB392A
Tints of Persian Red #CB392A
RGB
CMYK
RGB Variations
Color information
#CB392A (or 0xCB392A) is known color: Persian Red. HEX triplet: CB, 39 and 2A. RGB value is (203,57,42). Sum of RGB (Red+Green+Blue) = 203+57+42=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB392A is #34C6D5. Grayscale: #636363. Windows color (decimal): -3458774 or 2767307. OLE color: 2767307.
HSL color Cylindrical-coordinate representation of color #CB392A: hue angle of 5.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB392A is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 42 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.20 |
| HSL | 5.59º | 0.66% | 0.48% | - |
| HSV(B) | 5.59º | 0.79% | 0.8% | - |
| XYZ | 26.51 | 15.79 | 3.84 | - |
| YUV | 98.94 | 95.87 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 42 | 0 | 0.72 | 0.79 | 0.20 | 5.59 | 0.66 | 0.48 |
| Hex | CB | 39 | 2A | 0 | 48 | 4F | 14 | 6 | 42 | 30 |
| Octal | 313 | 71 | 52 | 0 | 110 | 117 | 24 | 6 | 102 | 60 |
| Binary | 11001011 | 111001 | 101010 | 0 | 1001000 | 1001111 | 10100 | 110 | 1000010 | 110000 |
Color Harmonies of #CB392A
Complementary color
Monochromatic Colors of #CB392A
Black with #CB392A
Text Example
Text Example
White with #CB392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB392A; }
p { color: rgb(203,57,42); }
H1.HeaderClassName
{
color: #CB392A;
}
.AnyTagClassName
{
color: #CB392A;
}
</style>
background-color css
<style>
a { background-color: #CB392A; }
a { background-color: rgb(203,57,42); }
div.DivClassName
{
background-color: #CB392A;
}
.BgClassName
{
background-color: #CB392A;
}
</style>
border-color css
<style>
span { border-color: #CB392A; }
span { border-color: rgb(203,57,42); }
td.TdClassName
{
border-color: #CB392A;
}
.TagClassName
{
border-color: #CB392A;
}
</style>