Shades of Persian Red #CF433C
Tints of Persian Red #CF433C
RGB
CMYK
RGB Variations
Color information
#CF433C (or 0xCF433C) is known color: Persian Red. HEX triplet: CF, 43 and 3C. RGB value is (207,67,60). Sum of RGB (Red+Green+Blue) = 207+67+60=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF433C is #30BCC3. Grayscale: #6C6C6C. Windows color (decimal): -3194052 or 3949519. OLE color: 3949519.
HSL color Cylindrical-coordinate representation of color #CF433C: hue angle of 2.86º degrees, saturation: 0.6, 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 #CF433C is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 60 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.19 |
| HSL | 2.86º | 0.6% | 0.52% | - |
| HSV(B) | 2.86º | 0.71% | 0.81% | - |
| XYZ | 28.55 | 17.61 | 6.17 | - |
| YUV | 108.06 | 100.88 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 60 | 0 | 0.68 | 0.71 | 0.19 | 2.86 | 0.6 | 0.52 |
| Hex | CF | 43 | 3C | 0 | 44 | 47 | 13 | 3 | 3C | 34 |
| Octal | 317 | 103 | 74 | 0 | 104 | 107 | 23 | 3 | 74 | 64 |
| Binary | 11001111 | 1000011 | 111100 | 0 | 1000100 | 1000111 | 10011 | 11 | 111100 | 110100 |
Color Harmonies of #CF433C
Complementary color
Monochromatic Colors of #CF433C
Black with #CF433C
Text Example
Text Example
White with #CF433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF433C; }
p { color: rgb(207,67,60); }
H1.HeaderClassName
{
color: #CF433C;
}
.AnyTagClassName
{
color: #CF433C;
}
</style>
background-color css
<style>
a { background-color: #CF433C; }
a { background-color: rgb(207,67,60); }
div.DivClassName
{
background-color: #CF433C;
}
.BgClassName
{
background-color: #CF433C;
}
</style>
border-color css
<style>
span { border-color: #CF433C; }
span { border-color: rgb(207,67,60); }
td.TdClassName
{
border-color: #CF433C;
}
.TagClassName
{
border-color: #CF433C;
}
</style>