Shades of Persian Red #CF372E
Tints of Persian Red #CF372E
RGB
CMYK
RGB Variations
Color information
#CF372E (or 0xCF372E) is known color: Persian Red. HEX triplet: CF, 37 and 2E. RGB value is (207,55,46). Sum of RGB (Red+Green+Blue) = 207+55+46=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372E is #30C8D1. Grayscale: #636363. Windows color (decimal): -3197138 or 3028943. OLE color: 3028943.
HSL color Cylindrical-coordinate representation of color #CF372E: hue angle of 3.35º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF372E is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 46 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.19 |
| HSL | 3.35º | 0.64% | 0.5% | - |
| HSV(B) | 3.35º | 0.78% | 0.81% | - |
| XYZ | 27.59 | 16.2 | 4.26 | - |
| YUV | 99.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 46 | 0 | 0.73 | 0.78 | 0.19 | 3.35 | 0.64 | 0.5 |
| Hex | CF | 37 | 2E | 0 | 49 | 4E | 13 | 3 | 40 | 32 |
| Octal | 317 | 67 | 56 | 0 | 111 | 116 | 23 | 3 | 100 | 62 |
| Binary | 11001111 | 110111 | 101110 | 0 | 1001001 | 1001110 | 10011 | 11 | 1000000 | 110010 |
Color Harmonies of #CF372E
Complementary color
Monochromatic Colors of #CF372E
Black with #CF372E
Text Example
Text Example
White with #CF372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF372E; }
p { color: rgb(207,55,46); }
H1.HeaderClassName
{
color: #CF372E;
}
.AnyTagClassName
{
color: #CF372E;
}
</style>
background-color css
<style>
a { background-color: #CF372E; }
a { background-color: rgb(207,55,46); }
div.DivClassName
{
background-color: #CF372E;
}
.BgClassName
{
background-color: #CF372E;
}
</style>
border-color css
<style>
span { border-color: #CF372E; }
span { border-color: rgb(207,55,46); }
td.TdClassName
{
border-color: #CF372E;
}
.TagClassName
{
border-color: #CF372E;
}
</style>