Shades of Persian Red #CB3C34
Tints of Persian Red #CB3C34
RGB
CMYK
RGB Variations
Color information
#CB3C34 (or 0xCB3C34) is known color: Persian Red. HEX triplet: CB, 3C and 34. RGB value is (203,60,52). Sum of RGB (Red+Green+Blue) = 203+60+52=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3C34 is #34C3CB. Grayscale: #666666. Windows color (decimal): -3457996 or 3423435. OLE color: 3423435.
HSL color Cylindrical-coordinate representation of color #CB3C34: hue angle of 3.18º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3C34 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 52 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.20 |
| HSL | 3.18º | 0.59% | 0.5% | - |
| HSV(B) | 3.18º | 0.74% | 0.8% | - |
| XYZ | 26.86 | 16.18 | 4.96 | - |
| YUV | 101.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 52 | 0 | 0.70 | 0.74 | 0.20 | 3.18 | 0.59 | 0.5 |
| Hex | CB | 3C | 34 | 0 | 46 | 4A | 14 | 3 | 3B | 32 |
| Octal | 313 | 74 | 64 | 0 | 106 | 112 | 24 | 3 | 73 | 62 |
| Binary | 11001011 | 111100 | 110100 | 0 | 1000110 | 1001010 | 10100 | 11 | 111011 | 110010 |
Color Harmonies of #CB3C34
Complementary color
Monochromatic Colors of #CB3C34
Black with #CB3C34
Text Example
Text Example
White with #CB3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C34; }
p { color: rgb(203,60,52); }
H1.HeaderClassName
{
color: #CB3C34;
}
.AnyTagClassName
{
color: #CB3C34;
}
</style>
background-color css
<style>
a { background-color: #CB3C34; }
a { background-color: rgb(203,60,52); }
div.DivClassName
{
background-color: #CB3C34;
}
.BgClassName
{
background-color: #CB3C34;
}
</style>
border-color css
<style>
span { border-color: #CB3C34; }
span { border-color: rgb(203,60,52); }
td.TdClassName
{
border-color: #CB3C34;
}
.TagClassName
{
border-color: #CB3C34;
}
</style>