Shades of Persian Red #CB3223
Tints of Persian Red #CB3223
RGB
CMYK
RGB Variations
Color information
#CB3223 (or 0xCB3223) is known color: Persian Red. HEX triplet: CB, 32 and 23. RGB value is (203,50,35). Sum of RGB (Red+Green+Blue) = 203+50+35=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3223 is #34CDDC. Grayscale: #5E5E5E. Windows color (decimal): -3460573 or 2306763. OLE color: 2306763.
HSL color Cylindrical-coordinate representation of color #CB3223: hue angle of 5.36º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB3223 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 35 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.20 |
| HSL | 5.36º | 0.71% | 0.47% | - |
| HSV(B) | 5.36º | 0.83% | 0.8% | - |
| XYZ | 26.07 | 15.1 | 3.13 | - |
| YUV | 94.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 35 | 0 | 0.75 | 0.83 | 0.20 | 5.36 | 0.71 | 0.47 |
| Hex | CB | 32 | 23 | 0 | 4B | 53 | 14 | 5 | 47 | 2F |
| Octal | 313 | 62 | 43 | 0 | 113 | 123 | 24 | 5 | 107 | 57 |
| Binary | 11001011 | 110010 | 100011 | 0 | 1001011 | 1010011 | 10100 | 101 | 1000111 | 101111 |
Color Harmonies of #CB3223
Complementary color
Monochromatic Colors of #CB3223
Black with #CB3223
Text Example
Text Example
White with #CB3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3223; }
p { color: rgb(203,50,35); }
H1.HeaderClassName
{
color: #CB3223;
}
.AnyTagClassName
{
color: #CB3223;
}
</style>
background-color css
<style>
a { background-color: #CB3223; }
a { background-color: rgb(203,50,35); }
div.DivClassName
{
background-color: #CB3223;
}
.BgClassName
{
background-color: #CB3223;
}
</style>
border-color css
<style>
span { border-color: #CB3223; }
span { border-color: rgb(203,50,35); }
td.TdClassName
{
border-color: #CB3223;
}
.TagClassName
{
border-color: #CB3223;
}
</style>