Html Css Color HEX #CF180E Harley Davidson Orange
📋 copy color: '#CF180E'red 207 ◦ green 24 ◦ blue 14
Shades of Harley Davidson Orange #CF180E
Tints of Harley Davidson Orange #CF180E
RGB
CMYK
RGB Variations
Color information
#CF180E (or 0xCF180E) is known color: Harley Davidson Orange. HEX triplet: CF, 18 and 0E. RGB value is (207,24,14). Sum of RGB (Red+Green+Blue) = 207+24+14=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF180E is #30E7F1. Grayscale: #4D4D4D. Windows color (decimal): -3205106 or 923855. OLE color: 923855.
HSL color Cylindrical-coordinate representation of color #CF180E: hue angle of 3.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF180E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 14 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.19 |
| HSL | 3.11º | 0.87% | 0.43% | - |
| HSV(B) | 3.11º | 0.93% | 0.81% | - |
| XYZ | 26.14 | 13.95 | 1.73 | - |
| YUV | 77.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 14 | 0 | 0.88 | 0.93 | 0.19 | 3.11 | 0.87 | 0.43 |
| Hex | CF | 18 | E | 0 | 58 | 5D | 13 | 3 | 57 | 2B |
| Octal | 317 | 30 | 16 | 0 | 130 | 135 | 23 | 3 | 127 | 53 |
| Binary | 11001111 | 11000 | 1110 | 0 | 1011000 | 1011101 | 10011 | 11 | 1010111 | 101011 |
Color Harmonies of #CF180E
Complementary color
Monochromatic Colors of #CF180E
Black with #CF180E
Text Example
Text Example
White with #CF180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF180E; }
p { color: rgb(207,24,14); }
H1.HeaderClassName
{
color: #CF180E;
}
.AnyTagClassName
{
color: #CF180E;
}
</style>
background-color css
<style>
a { background-color: #CF180E; }
a { background-color: rgb(207,24,14); }
div.DivClassName
{
background-color: #CF180E;
}
.BgClassName
{
background-color: #CF180E;
}
</style>
border-color css
<style>
span { border-color: #CF180E; }
span { border-color: rgb(207,24,14); }
td.TdClassName
{
border-color: #CF180E;
}
.TagClassName
{
border-color: #CF180E;
}
</style>