Shades of Persian Red #CF372A
Tints of Persian Red #CF372A
RGB
CMYK
RGB Variations
Color information
#CF372A (or 0xCF372A) is known color: Persian Red. HEX triplet: CF, 37 and 2A. RGB value is (207,55,42). Sum of RGB (Red+Green+Blue) = 207+55+42=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372A is #30C8D5. Grayscale: #636363. Windows color (decimal): -3197142 or 2766799. OLE color: 2766799.
HSL color Cylindrical-coordinate representation of color #CF372A: hue angle of 4.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF372A is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 42 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.19 |
| HSL | 4.73º | 0.66% | 0.49% | - |
| HSV(B) | 4.73º | 0.8% | 0.81% | - |
| XYZ | 27.52 | 16.16 | 3.86 | - |
| YUV | 98.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 42 | 0 | 0.73 | 0.80 | 0.19 | 4.73 | 0.66 | 0.49 |
| Hex | CF | 37 | 2A | 0 | 49 | 50 | 13 | 5 | 42 | 31 |
| Octal | 317 | 67 | 52 | 0 | 111 | 120 | 23 | 5 | 102 | 61 |
| Binary | 11001111 | 110111 | 101010 | 0 | 1001001 | 1010000 | 10011 | 101 | 1000010 | 110001 |
Color Harmonies of #CF372A
Complementary color
Monochromatic Colors of #CF372A
Black with #CF372A
Text Example
Text Example
White with #CF372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF372A; }
p { color: rgb(207,55,42); }
H1.HeaderClassName
{
color: #CF372A;
}
.AnyTagClassName
{
color: #CF372A;
}
</style>
background-color css
<style>
a { background-color: #CF372A; }
a { background-color: rgb(207,55,42); }
div.DivClassName
{
background-color: #CF372A;
}
.BgClassName
{
background-color: #CF372A;
}
</style>
border-color css
<style>
span { border-color: #CF372A; }
span { border-color: rgb(207,55,42); }
td.TdClassName
{
border-color: #CF372A;
}
.TagClassName
{
border-color: #CF372A;
}
</style>