Shades of Persian Red #CB3D3C
Tints of Persian Red #CB3D3C
RGB
CMYK
RGB Variations
Color information
#CB3D3C (or 0xCB3D3C) is known color: Persian Red. HEX triplet: CB, 3D and 3C. RGB value is (203,61,60). Sum of RGB (Red+Green+Blue) = 203+61+60=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D3C is #34C2C3. Grayscale: #676767. Windows color (decimal): -3457732 or 3947979. OLE color: 3947979.
HSL color Cylindrical-coordinate representation of color #CB3D3C: hue angle of 0.42º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D3C is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 60 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.20 |
| HSL | 0.42º | 0.58% | 0.52% | - |
| HSV(B) | 0.42º | 0.7% | 0.8% | - |
| XYZ | 27.11 | 16.36 | 6 | - |
| YUV | 103.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 60 | 0 | 0.70 | 0.70 | 0.20 | 0.42 | 0.58 | 0.52 |
| Hex | CB | 3D | 3C | 0 | 46 | 46 | 14 | 0 | 3A | 34 |
| Octal | 313 | 75 | 74 | 0 | 106 | 106 | 24 | 0 | 72 | 64 |
| Binary | 11001011 | 111101 | 111100 | 0 | 1000110 | 1000110 | 10100 | 0 | 111010 | 110100 |
Color Harmonies of #CB3D3C
Complementary color
Monochromatic Colors of #CB3D3C
Black with #CB3D3C
Text Example
Text Example
White with #CB3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D3C; }
p { color: rgb(203,61,60); }
H1.HeaderClassName
{
color: #CB3D3C;
}
.AnyTagClassName
{
color: #CB3D3C;
}
</style>
background-color css
<style>
a { background-color: #CB3D3C; }
a { background-color: rgb(203,61,60); }
div.DivClassName
{
background-color: #CB3D3C;
}
.BgClassName
{
background-color: #CB3D3C;
}
</style>
border-color css
<style>
span { border-color: #CB3D3C; }
span { border-color: rgb(203,61,60); }
td.TdClassName
{
border-color: #CB3D3C;
}
.TagClassName
{
border-color: #CB3D3C;
}
</style>