Shades of Persian Red #CF4338
Tints of Persian Red #CF4338
RGB
CMYK
RGB Variations
Color information
#CF4338 (or 0xCF4338) is known color: Persian Red. HEX triplet: CF, 43 and 38. RGB value is (207,67,56). Sum of RGB (Red+Green+Blue) = 207+67+56=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4338 is #30BCC7. Grayscale: #6B6B6B. Windows color (decimal): -3194056 or 3687375. OLE color: 3687375.
HSL color Cylindrical-coordinate representation of color #CF4338: hue angle of 4.37º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF4338 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 56 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.19 |
| HSL | 4.37º | 0.61% | 0.52% | - |
| HSV(B) | 4.37º | 0.73% | 0.81% | - |
| XYZ | 28.45 | 17.57 | 5.63 | - |
| YUV | 107.61 | 98.88 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 56 | 0 | 0.68 | 0.73 | 0.19 | 4.37 | 0.61 | 0.52 |
| Hex | CF | 43 | 38 | 0 | 44 | 49 | 13 | 4 | 3D | 34 |
| Octal | 317 | 103 | 70 | 0 | 104 | 111 | 23 | 4 | 75 | 64 |
| Binary | 11001111 | 1000011 | 111000 | 0 | 1000100 | 1001001 | 10011 | 100 | 111101 | 110100 |
Color Harmonies of #CF4338
Complementary color
Monochromatic Colors of #CF4338
Black with #CF4338
Text Example
Text Example
White with #CF4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4338; }
p { color: rgb(207,67,56); }
H1.HeaderClassName
{
color: #CF4338;
}
.AnyTagClassName
{
color: #CF4338;
}
</style>
background-color css
<style>
a { background-color: #CF4338; }
a { background-color: rgb(207,67,56); }
div.DivClassName
{
background-color: #CF4338;
}
.BgClassName
{
background-color: #CF4338;
}
</style>
border-color css
<style>
span { border-color: #CF4338; }
span { border-color: rgb(207,67,56); }
td.TdClassName
{
border-color: #CF4338;
}
.TagClassName
{
border-color: #CF4338;
}
</style>