Html Css Color HEX #CF401B Harley Davidson Orange
📋 copy color: '#CF401B'red 207 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #CF401B
Tints of Harley Davidson Orange #CF401B
RGB
CMYK
RGB Variations
Color information
#CF401B (or 0xCF401B) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 1B. RGB value is (207,64,27). Sum of RGB (Red+Green+Blue) = 207+64+27=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF401B is #30BFE4. Grayscale: #666666. Windows color (decimal): -3194853 or 1786063. OLE color: 1786063.
HSL color Cylindrical-coordinate representation of color #CF401B: hue angle of 12.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF401B is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 27 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.19 |
| HSL | 12.33º | 0.77% | 0.46% | - |
| HSV(B) | 12.33º | 0.87% | 0.81% | - |
| XYZ | 27.76 | 17.01 | 2.86 | - |
| YUV | 102.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 27 | 0 | 0.69 | 0.87 | 0.19 | 12.33 | 0.77 | 0.46 |
| Hex | CF | 40 | 1B | 0 | 45 | 57 | 13 | C | 4D | 2E |
| Octal | 317 | 100 | 33 | 0 | 105 | 127 | 23 | 14 | 115 | 56 |
| Binary | 11001111 | 1000000 | 11011 | 0 | 1000101 | 1010111 | 10011 | 1100 | 1001101 | 101110 |
Color Harmonies of #CF401B
Complementary color
Monochromatic Colors of #CF401B
Black with #CF401B
Text Example
Text Example
White with #CF401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF401B; }
p { color: rgb(207,64,27); }
H1.HeaderClassName
{
color: #CF401B;
}
.AnyTagClassName
{
color: #CF401B;
}
</style>
background-color css
<style>
a { background-color: #CF401B; }
a { background-color: rgb(207,64,27); }
div.DivClassName
{
background-color: #CF401B;
}
.BgClassName
{
background-color: #CF401B;
}
</style>
border-color css
<style>
span { border-color: #CF401B; }
span { border-color: rgb(207,64,27); }
td.TdClassName
{
border-color: #CF401B;
}
.TagClassName
{
border-color: #CF401B;
}
</style>