Html Css Color HEX #CF1C00 Harley Davidson Orange
📋 copy color: '#CF1C00'red 207 ◦ green 28 ◦ blue 0
Shades of Harley Davidson Orange #CF1C00
Tints of Harley Davidson Orange #CF1C00
RGB
CMYK
RGB Variations
Color information
#CF1C00 (or 0xCF1C00) is known color: Harley Davidson Orange. HEX triplet: CF, 1C and 00. RGB value is (207,28,0). Sum of RGB (Red+Green+Blue) = 207+28+0=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1C00 is #30E3FF. Grayscale: #4E4E4E. Windows color (decimal): -3204096 or 7375. OLE color: 7375.
HSL color Cylindrical-coordinate representation of color #CF1C00: hue angle of 8.12º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF1C00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.19 |
| HSL | 8.12º | 1% | 0.41% | - |
| HSV(B) | 8.12º | 1% | 0.81% | - |
| XYZ | 26.15 | 14.1 | 1.34 | - |
| YUV | 78.33 | 83.8 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 0 | 0 | 0.86 | 1 | 0.19 | 8.12 | 1 | 0.41 |
| Hex | CF | 1C | 0 | 0 | 56 | 64 | 13 | 8 | 64 | 29 |
| Octal | 317 | 34 | 0 | 0 | 126 | 144 | 23 | 10 | 144 | 51 |
| Binary | 11001111 | 11100 | 0 | 0 | 1010110 | 1100100 | 10011 | 1000 | 1100100 | 101001 |
Color Harmonies of #CF1C00
Complementary color
Monochromatic Colors of #CF1C00
Black with #CF1C00
Text Example
Text Example
White with #CF1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1C00; }
p { color: rgb(207,28,0); }
H1.HeaderClassName
{
color: #CF1C00;
}
.AnyTagClassName
{
color: #CF1C00;
}
</style>
background-color css
<style>
a { background-color: #CF1C00; }
a { background-color: rgb(207,28,0); }
div.DivClassName
{
background-color: #CF1C00;
}
.BgClassName
{
background-color: #CF1C00;
}
</style>
border-color css
<style>
span { border-color: #CF1C00; }
span { border-color: rgb(207,28,0); }
td.TdClassName
{
border-color: #CF1C00;
}
.TagClassName
{
border-color: #CF1C00;
}
</style>