Shades of Persian Red #CB2F2F
Tints of Persian Red #CB2F2F
RGB
CMYK
RGB Variations
Color information
#CB2F2F (or 0xCB2F2F) is known color: Persian Red. HEX triplet: CB, 2F and 2F. RGB value is (203,47,47). Sum of RGB (Red+Green+Blue) = 203+47+47=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2F2F is #34D0D0. Grayscale: #5D5D5D. Windows color (decimal): -3461329 or 3092427. OLE color: 3092427.
HSL color Cylindrical-coordinate representation of color #CB2F2F: hue angle of 0º 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 #CB2F2F is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 47 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.20 |
| HSL | 0º | 0.62% | 0.49% | - |
| HSV(B) | 0º | 0.77% | 0.8% | - |
| XYZ | 26.16 | 14.93 | 4.19 | - |
| YUV | 93.64 | 101.68 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 47 | 0 | 0.77 | 0.77 | 0.20 | 0 | 0.62 | 0.49 |
| Hex | CB | 2F | 2F | 0 | 4D | 4D | 14 | 0 | 3E | 31 |
| Octal | 313 | 57 | 57 | 0 | 115 | 115 | 24 | 0 | 76 | 61 |
| Binary | 11001011 | 101111 | 101111 | 0 | 1001101 | 1001101 | 10100 | 0 | 111110 | 110001 |
Color Harmonies of #CB2F2F
Complementary color
Monochromatic Colors of #CB2F2F
Black with #CB2F2F
Text Example
Text Example
White with #CB2F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F2F; }
p { color: rgb(203,47,47); }
H1.HeaderClassName
{
color: #CB2F2F;
}
.AnyTagClassName
{
color: #CB2F2F;
}
</style>
background-color css
<style>
a { background-color: #CB2F2F; }
a { background-color: rgb(203,47,47); }
div.DivClassName
{
background-color: #CB2F2F;
}
.BgClassName
{
background-color: #CB2F2F;
}
</style>
border-color css
<style>
span { border-color: #CB2F2F; }
span { border-color: rgb(203,47,47); }
td.TdClassName
{
border-color: #CB2F2F;
}
.TagClassName
{
border-color: #CB2F2F;
}
</style>