Shades of Persian Red #CB332F
Tints of Persian Red #CB332F
RGB
CMYK
RGB Variations
Color information
#CB332F (or 0xCB332F) is known color: Persian Red. HEX triplet: CB, 33 and 2F. RGB value is (203,51,47). Sum of RGB (Red+Green+Blue) = 203+51+47=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB332F is #34CCD0. Grayscale: #606060. Windows color (decimal): -3460305 or 3093451. OLE color: 3093451.
HSL color Cylindrical-coordinate representation of color #CB332F: hue angle of 1.54º 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 #CB332F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 47 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.20 |
| HSL | 1.54º | 0.62% | 0.49% | - |
| HSV(B) | 1.54º | 0.77% | 0.8% | - |
| XYZ | 26.33 | 15.27 | 4.25 | - |
| YUV | 95.99 | 100.36 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 47 | 0 | 0.75 | 0.77 | 0.20 | 1.54 | 0.62 | 0.49 |
| Hex | CB | 33 | 2F | 0 | 4B | 4D | 14 | 2 | 3E | 31 |
| Octal | 313 | 63 | 57 | 0 | 113 | 115 | 24 | 2 | 76 | 61 |
| Binary | 11001011 | 110011 | 101111 | 0 | 1001011 | 1001101 | 10100 | 10 | 111110 | 110001 |
Color Harmonies of #CB332F
Complementary color
Monochromatic Colors of #CB332F
Black with #CB332F
Text Example
Text Example
White with #CB332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB332F; }
p { color: rgb(203,51,47); }
H1.HeaderClassName
{
color: #CB332F;
}
.AnyTagClassName
{
color: #CB332F;
}
</style>
background-color css
<style>
a { background-color: #CB332F; }
a { background-color: rgb(203,51,47); }
div.DivClassName
{
background-color: #CB332F;
}
.BgClassName
{
background-color: #CB332F;
}
</style>
border-color css
<style>
span { border-color: #CB332F; }
span { border-color: rgb(203,51,47); }
td.TdClassName
{
border-color: #CB332F;
}
.TagClassName
{
border-color: #CB332F;
}
</style>