Shades of Persian Red #CF433F
Tints of Persian Red #CF433F
RGB
CMYK
RGB Variations
Color information
#CF433F (or 0xCF433F) is known color: Persian Red. HEX triplet: CF, 43 and 3F. RGB value is (207,67,63). Sum of RGB (Red+Green+Blue) = 207+67+63=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF433F is #30BCC0. Grayscale: #6C6C6C. Windows color (decimal): -3194049 or 4146127. OLE color: 4146127.
HSL color Cylindrical-coordinate representation of color #CF433F: hue angle of 1.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF433F is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 63 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.19 |
| HSL | 1.67º | 0.6% | 0.53% | - |
| HSV(B) | 1.67º | 0.7% | 0.81% | - |
| XYZ | 28.64 | 17.64 | 6.6 | - |
| YUV | 108.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 63 | 0 | 0.68 | 0.70 | 0.19 | 1.67 | 0.6 | 0.53 |
| Hex | CF | 43 | 3F | 0 | 44 | 46 | 13 | 2 | 3C | 35 |
| Octal | 317 | 103 | 77 | 0 | 104 | 106 | 23 | 2 | 74 | 65 |
| Binary | 11001111 | 1000011 | 111111 | 0 | 1000100 | 1000110 | 10011 | 10 | 111100 | 110101 |
Color Harmonies of #CF433F
Complementary color
Monochromatic Colors of #CF433F
Black with #CF433F
Text Example
Text Example
White with #CF433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF433F; }
p { color: rgb(207,67,63); }
H1.HeaderClassName
{
color: #CF433F;
}
.AnyTagClassName
{
color: #CF433F;
}
</style>
background-color css
<style>
a { background-color: #CF433F; }
a { background-color: rgb(207,67,63); }
div.DivClassName
{
background-color: #CF433F;
}
.BgClassName
{
background-color: #CF433F;
}
</style>
border-color css
<style>
span { border-color: #CF433F; }
span { border-color: rgb(207,67,63); }
td.TdClassName
{
border-color: #CF433F;
}
.TagClassName
{
border-color: #CF433F;
}
</style>