Shades of Persian Red #CF382C
Tints of Persian Red #CF382C
RGB
CMYK
RGB Variations
Color information
#CF382C (or 0xCF382C) is known color: Persian Red. HEX triplet: CF, 38 and 2C. RGB value is (207,56,44). Sum of RGB (Red+Green+Blue) = 207+56+44=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF382C is #30C7D3. Grayscale: #636363. Windows color (decimal): -3196884 or 2898127. OLE color: 2898127.
HSL color Cylindrical-coordinate representation of color #CF382C: hue angle of 4.42º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF382C is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 44 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.19 |
| HSL | 4.42º | 0.65% | 0.49% | - |
| HSV(B) | 4.42º | 0.79% | 0.81% | - |
| XYZ | 27.6 | 16.28 | 4.07 | - |
| YUV | 99.78 | 96.53 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 44 | 0 | 0.73 | 0.79 | 0.19 | 4.42 | 0.65 | 0.49 |
| Hex | CF | 38 | 2C | 0 | 49 | 4F | 13 | 4 | 41 | 31 |
| Octal | 317 | 70 | 54 | 0 | 111 | 117 | 23 | 4 | 101 | 61 |
| Binary | 11001111 | 111000 | 101100 | 0 | 1001001 | 1001111 | 10011 | 100 | 1000001 | 110001 |
Color Harmonies of #CF382C
Complementary color
Monochromatic Colors of #CF382C
Black with #CF382C
Text Example
Text Example
White with #CF382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF382C; }
p { color: rgb(207,56,44); }
H1.HeaderClassName
{
color: #CF382C;
}
.AnyTagClassName
{
color: #CF382C;
}
</style>
background-color css
<style>
a { background-color: #CF382C; }
a { background-color: rgb(207,56,44); }
div.DivClassName
{
background-color: #CF382C;
}
.BgClassName
{
background-color: #CF382C;
}
</style>
border-color css
<style>
span { border-color: #CF382C; }
span { border-color: rgb(207,56,44); }
td.TdClassName
{
border-color: #CF382C;
}
.TagClassName
{
border-color: #CF382C;
}
</style>