Shades of Persian Red #CF3830
Tints of Persian Red #CF3830
RGB
CMYK
RGB Variations
Color information
#CF3830 (or 0xCF3830) is known color: Persian Red. HEX triplet: CF, 38 and 30. RGB value is (207,56,48). Sum of RGB (Red+Green+Blue) = 207+56+48=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3830 is #30C7CF. Grayscale: #646464. Windows color (decimal): -3196880 or 3160271. OLE color: 3160271.
HSL color Cylindrical-coordinate representation of color #CF3830: hue angle of 3.02º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3830 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 48 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.19 |
| HSL | 3.02º | 0.62% | 0.5% | - |
| HSV(B) | 3.02º | 0.77% | 0.81% | - |
| XYZ | 27.68 | 16.31 | 4.49 | - |
| YUV | 100.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 48 | 0 | 0.73 | 0.77 | 0.19 | 3.02 | 0.62 | 0.5 |
| Hex | CF | 38 | 30 | 0 | 49 | 4D | 13 | 3 | 3E | 32 |
| Octal | 317 | 70 | 60 | 0 | 111 | 115 | 23 | 3 | 76 | 62 |
| Binary | 11001111 | 111000 | 110000 | 0 | 1001001 | 1001101 | 10011 | 11 | 111110 | 110010 |
Color Harmonies of #CF3830
Complementary color
Monochromatic Colors of #CF3830
Black with #CF3830
Text Example
Text Example
White with #CF3830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3830; }
p { color: rgb(207,56,48); }
H1.HeaderClassName
{
color: #CF3830;
}
.AnyTagClassName
{
color: #CF3830;
}
</style>
background-color css
<style>
a { background-color: #CF3830; }
a { background-color: rgb(207,56,48); }
div.DivClassName
{
background-color: #CF3830;
}
.BgClassName
{
background-color: #CF3830;
}
</style>
border-color css
<style>
span { border-color: #CF3830; }
span { border-color: rgb(207,56,48); }
td.TdClassName
{
border-color: #CF3830;
}
.TagClassName
{
border-color: #CF3830;
}
</style>