Shades of Persian Red #CB3430
Tints of Persian Red #CB3430
RGB
CMYK
RGB Variations
Color information
#CB3430 (or 0xCB3430) is known color: Persian Red. HEX triplet: CB, 34 and 30. RGB value is (203,52,48). Sum of RGB (Red+Green+Blue) = 203+52+48=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3430 is #34CBCF. Grayscale: #606060. Windows color (decimal): -3460048 or 3159243. OLE color: 3159243.
HSL color Cylindrical-coordinate representation of color #CB3430: hue angle of 1.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3430 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 48 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.20 |
| HSL | 1.55º | 0.62% | 0.49% | - |
| HSV(B) | 1.55º | 0.76% | 0.8% | - |
| XYZ | 26.39 | 15.37 | 4.37 | - |
| YUV | 96.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 48 | 0 | 0.74 | 0.76 | 0.20 | 1.55 | 0.62 | 0.49 |
| Hex | CB | 34 | 30 | 0 | 4A | 4C | 14 | 2 | 3E | 31 |
| Octal | 313 | 64 | 60 | 0 | 112 | 114 | 24 | 2 | 76 | 61 |
| Binary | 11001011 | 110100 | 110000 | 0 | 1001010 | 1001100 | 10100 | 10 | 111110 | 110001 |
Color Harmonies of #CB3430
Complementary color
Monochromatic Colors of #CB3430
Black with #CB3430
Text Example
Text Example
White with #CB3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3430; }
p { color: rgb(203,52,48); }
H1.HeaderClassName
{
color: #CB3430;
}
.AnyTagClassName
{
color: #CB3430;
}
</style>
background-color css
<style>
a { background-color: #CB3430; }
a { background-color: rgb(203,52,48); }
div.DivClassName
{
background-color: #CB3430;
}
.BgClassName
{
background-color: #CB3430;
}
</style>
border-color css
<style>
span { border-color: #CB3430; }
span { border-color: rgb(203,52,48); }
td.TdClassName
{
border-color: #CB3430;
}
.TagClassName
{
border-color: #CB3430;
}
</style>