Html Css Color HEX #CF1F12 Harley Davidson Orange
📋 copy color: '#CF1F12'red 207 ◦ green 31 ◦ blue 18
Shades of Harley Davidson Orange #CF1F12
Tints of Harley Davidson Orange #CF1F12
RGB
CMYK
RGB Variations
Color information
#CF1F12 (or 0xCF1F12) is known color: Harley Davidson Orange. HEX triplet: CF, 1F and 12. RGB value is (207,31,18). Sum of RGB (Red+Green+Blue) = 207+31+18=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1F12 is #30E0ED. Grayscale: #525252. Windows color (decimal): -3203310 or 1187791. OLE color: 1187791.
HSL color Cylindrical-coordinate representation of color #CF1F12: hue angle of 4.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1F12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.19 |
| HSL | 4.13º | 0.84% | 0.44% | - |
| HSV(B) | 4.13º | 0.91% | 0.81% | - |
| XYZ | 26.33 | 14.29 | 1.94 | - |
| YUV | 82.14 | 91.81 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 18 | 0 | 0.85 | 0.91 | 0.19 | 4.13 | 0.84 | 0.44 |
| Hex | CF | 1F | 12 | 0 | 55 | 5B | 13 | 4 | 54 | 2C |
| Octal | 317 | 37 | 22 | 0 | 125 | 133 | 23 | 4 | 124 | 54 |
| Binary | 11001111 | 11111 | 10010 | 0 | 1010101 | 1011011 | 10011 | 100 | 1010100 | 101100 |
Color Harmonies of #CF1F12
Complementary color
Monochromatic Colors of #CF1F12
Black with #CF1F12
Text Example
Text Example
White with #CF1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F12; }
p { color: rgb(207,31,18); }
H1.HeaderClassName
{
color: #CF1F12;
}
.AnyTagClassName
{
color: #CF1F12;
}
</style>
background-color css
<style>
a { background-color: #CF1F12; }
a { background-color: rgb(207,31,18); }
div.DivClassName
{
background-color: #CF1F12;
}
.BgClassName
{
background-color: #CF1F12;
}
</style>
border-color css
<style>
span { border-color: #CF1F12; }
span { border-color: rgb(207,31,18); }
td.TdClassName
{
border-color: #CF1F12;
}
.TagClassName
{
border-color: #CF1F12;
}
</style>