Shades of Persian Red #CF362E
Tints of Persian Red #CF362E
RGB
CMYK
RGB Variations
Color information
#CF362E (or 0xCF362E) is known color: Persian Red. HEX triplet: CF, 36 and 2E. RGB value is (207,54,46). Sum of RGB (Red+Green+Blue) = 207+54+46=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF362E is #30C9D1. Grayscale: #636363. Windows color (decimal): -3197394 or 3028687. OLE color: 3028687.
HSL color Cylindrical-coordinate representation of color #CF362E: hue angle of 2.98º 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 #CF362E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 46 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.19 |
| HSL | 2.98º | 0.64% | 0.5% | - |
| HSV(B) | 2.98º | 0.78% | 0.81% | - |
| XYZ | 27.54 | 16.1 | 4.24 | - |
| YUV | 98.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 46 | 0 | 0.74 | 0.78 | 0.19 | 2.98 | 0.64 | 0.5 |
| Hex | CF | 36 | 2E | 0 | 4A | 4E | 13 | 3 | 40 | 32 |
| Octal | 317 | 66 | 56 | 0 | 112 | 116 | 23 | 3 | 100 | 62 |
| Binary | 11001111 | 110110 | 101110 | 0 | 1001010 | 1001110 | 10011 | 11 | 1000000 | 110010 |
Color Harmonies of #CF362E
Complementary color
Monochromatic Colors of #CF362E
Black with #CF362E
Text Example
Text Example
White with #CF362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF362E; }
p { color: rgb(207,54,46); }
H1.HeaderClassName
{
color: #CF362E;
}
.AnyTagClassName
{
color: #CF362E;
}
</style>
background-color css
<style>
a { background-color: #CF362E; }
a { background-color: rgb(207,54,46); }
div.DivClassName
{
background-color: #CF362E;
}
.BgClassName
{
background-color: #CF362E;
}
</style>
border-color css
<style>
span { border-color: #CF362E; }
span { border-color: rgb(207,54,46); }
td.TdClassName
{
border-color: #CF362E;
}
.TagClassName
{
border-color: #CF362E;
}
</style>