Shades of Persian Red #CF3627
Tints of Persian Red #CF3627
RGB
CMYK
RGB Variations
Color information
#CF3627 (or 0xCF3627) is known color: Persian Red. HEX triplet: CF, 36 and 27. RGB value is (207,54,39). Sum of RGB (Red+Green+Blue) = 207+54+39=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3627 is #30C9D8. Grayscale: #626262. Windows color (decimal): -3197401 or 2569935. OLE color: 2569935.
HSL color Cylindrical-coordinate representation of color #CF3627: hue angle of 5.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF3627 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 39 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.19 |
| HSL | 5.36º | 0.68% | 0.48% | - |
| HSV(B) | 5.36º | 0.81% | 0.81% | - |
| XYZ | 27.42 | 16.05 | 3.57 | - |
| YUV | 98.04 | 94.69 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 39 | 0 | 0.74 | 0.81 | 0.19 | 5.36 | 0.68 | 0.48 |
| Hex | CF | 36 | 27 | 0 | 4A | 51 | 13 | 5 | 44 | 30 |
| Octal | 317 | 66 | 47 | 0 | 112 | 121 | 23 | 5 | 104 | 60 |
| Binary | 11001111 | 110110 | 100111 | 0 | 1001010 | 1010001 | 10011 | 101 | 1000100 | 110000 |
Color Harmonies of #CF3627
Complementary color
Monochromatic Colors of #CF3627
Black with #CF3627
Text Example
Text Example
White with #CF3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3627; }
p { color: rgb(207,54,39); }
H1.HeaderClassName
{
color: #CF3627;
}
.AnyTagClassName
{
color: #CF3627;
}
</style>
background-color css
<style>
a { background-color: #CF3627; }
a { background-color: rgb(207,54,39); }
div.DivClassName
{
background-color: #CF3627;
}
.BgClassName
{
background-color: #CF3627;
}
</style>
border-color css
<style>
span { border-color: #CF3627; }
span { border-color: rgb(207,54,39); }
td.TdClassName
{
border-color: #CF3627;
}
.TagClassName
{
border-color: #CF3627;
}
</style>