Html Css Color HEX #CF401C Harley Davidson Orange
📋 copy color: '#CF401C'red 207 ◦ green 64 ◦ blue 28
Shades of Harley Davidson Orange #CF401C
Tints of Harley Davidson Orange #CF401C
RGB
CMYK
RGB Variations
Color information
#CF401C (or 0xCF401C) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 1C. RGB value is (207,64,28). Sum of RGB (Red+Green+Blue) = 207+64+28=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF401C is #30BFE3. Grayscale: #666666. Windows color (decimal): -3194852 or 1851599. OLE color: 1851599.
HSL color Cylindrical-coordinate representation of color #CF401C: hue angle of 12.07º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF401C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 28 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.19 |
| HSL | 12.07º | 0.76% | 0.46% | - |
| HSV(B) | 12.07º | 0.86% | 0.81% | - |
| XYZ | 27.78 | 17.02 | 2.92 | - |
| YUV | 102.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 28 | 0 | 0.69 | 0.86 | 0.19 | 12.07 | 0.76 | 0.46 |
| Hex | CF | 40 | 1C | 0 | 45 | 56 | 13 | C | 4C | 2E |
| Octal | 317 | 100 | 34 | 0 | 105 | 126 | 23 | 14 | 114 | 56 |
| Binary | 11001111 | 1000000 | 11100 | 0 | 1000101 | 1010110 | 10011 | 1100 | 1001100 | 101110 |
Color Harmonies of #CF401C
Complementary color
Monochromatic Colors of #CF401C
Black with #CF401C
Text Example
Text Example
White with #CF401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF401C; }
p { color: rgb(207,64,28); }
H1.HeaderClassName
{
color: #CF401C;
}
.AnyTagClassName
{
color: #CF401C;
}
</style>
background-color css
<style>
a { background-color: #CF401C; }
a { background-color: rgb(207,64,28); }
div.DivClassName
{
background-color: #CF401C;
}
.BgClassName
{
background-color: #CF401C;
}
</style>
border-color css
<style>
span { border-color: #CF401C; }
span { border-color: rgb(207,64,28); }
td.TdClassName
{
border-color: #CF401C;
}
.TagClassName
{
border-color: #CF401C;
}
</style>