Shades of Persian Red #CB3325
Tints of Persian Red #CB3325
RGB
CMYK
RGB Variations
Color information
#CB3325 (or 0xCB3325) is known color: Persian Red. HEX triplet: CB, 33 and 25. RGB value is (203,51,37). Sum of RGB (Red+Green+Blue) = 203+51+37=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3325 is #34CCDA. Grayscale: #5F5F5F. Windows color (decimal): -3460315 or 2438091. OLE color: 2438091.
HSL color Cylindrical-coordinate representation of color #CB3325: hue angle of 5.06º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB3325 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 37 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.20 |
| HSL | 5.06º | 0.69% | 0.47% | - |
| HSV(B) | 5.06º | 0.82% | 0.8% | - |
| XYZ | 26.15 | 15.2 | 3.31 | - |
| YUV | 94.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 37 | 0 | 0.75 | 0.82 | 0.20 | 5.06 | 0.69 | 0.47 |
| Hex | CB | 33 | 25 | 0 | 4B | 52 | 14 | 5 | 45 | 2F |
| Octal | 313 | 63 | 45 | 0 | 113 | 122 | 24 | 5 | 105 | 57 |
| Binary | 11001011 | 110011 | 100101 | 0 | 1001011 | 1010010 | 10100 | 101 | 1000101 | 101111 |
Color Harmonies of #CB3325
Complementary color
Monochromatic Colors of #CB3325
Black with #CB3325
Text Example
Text Example
White with #CB3325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3325; }
p { color: rgb(203,51,37); }
H1.HeaderClassName
{
color: #CB3325;
}
.AnyTagClassName
{
color: #CB3325;
}
</style>
background-color css
<style>
a { background-color: #CB3325; }
a { background-color: rgb(203,51,37); }
div.DivClassName
{
background-color: #CB3325;
}
.BgClassName
{
background-color: #CB3325;
}
</style>
border-color css
<style>
span { border-color: #CB3325; }
span { border-color: rgb(203,51,37); }
td.TdClassName
{
border-color: #CB3325;
}
.TagClassName
{
border-color: #CB3325;
}
</style>