Shades of Persian Red #CF433B
Tints of Persian Red #CF433B
RGB
CMYK
RGB Variations
Color information
#CF433B (or 0xCF433B) is known color: Persian Red. HEX triplet: CF, 43 and 3B. RGB value is (207,67,59). Sum of RGB (Red+Green+Blue) = 207+67+59=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF433B is #30BCC4. Grayscale: #6C6C6C. Windows color (decimal): -3194053 or 3883983. OLE color: 3883983.
HSL color Cylindrical-coordinate representation of color #CF433B: hue angle of 3.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF433B is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 59 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.19 |
| HSL | 3.24º | 0.61% | 0.52% | - |
| HSV(B) | 3.24º | 0.71% | 0.81% | - |
| XYZ | 28.53 | 17.6 | 6.03 | - |
| YUV | 107.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 59 | 0 | 0.68 | 0.71 | 0.19 | 3.24 | 0.61 | 0.52 |
| Hex | CF | 43 | 3B | 0 | 44 | 47 | 13 | 3 | 3D | 34 |
| Octal | 317 | 103 | 73 | 0 | 104 | 107 | 23 | 3 | 75 | 64 |
| Binary | 11001111 | 1000011 | 111011 | 0 | 1000100 | 1000111 | 10011 | 11 | 111101 | 110100 |
Color Harmonies of #CF433B
Complementary color
Monochromatic Colors of #CF433B
Black with #CF433B
Text Example
Text Example
White with #CF433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF433B; }
p { color: rgb(207,67,59); }
H1.HeaderClassName
{
color: #CF433B;
}
.AnyTagClassName
{
color: #CF433B;
}
</style>
background-color css
<style>
a { background-color: #CF433B; }
a { background-color: rgb(207,67,59); }
div.DivClassName
{
background-color: #CF433B;
}
.BgClassName
{
background-color: #CF433B;
}
</style>
border-color css
<style>
span { border-color: #CF433B; }
span { border-color: rgb(207,67,59); }
td.TdClassName
{
border-color: #CF433B;
}
.TagClassName
{
border-color: #CF433B;
}
</style>