Html Css Color HEX #CF3118 Harley Davidson Orange
📋 copy color: '#CF3118'red 207 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #CF3118
Tints of Harley Davidson Orange #CF3118
RGB
CMYK
RGB Variations
Color information
#CF3118 (or 0xCF3118) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 18. RGB value is (207,49,24). Sum of RGB (Red+Green+Blue) = 207+49+24=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3118 is #30CEE7. Grayscale: #5D5D5D. Windows color (decimal): -3198696 or 1585615. OLE color: 1585615.
HSL color Cylindrical-coordinate representation of color #CF3118: hue angle of 8.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF3118 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 24 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.19 |
| HSL | 8.2º | 0.79% | 0.45% | - |
| HSV(B) | 8.2º | 0.88% | 0.81% | - |
| XYZ | 27 | 15.53 | 2.44 | - |
| YUV | 93.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 24 | 0 | 0.76 | 0.88 | 0.19 | 8.2 | 0.79 | 0.45 |
| Hex | CF | 31 | 18 | 0 | 4C | 58 | 13 | 8 | 4F | 2D |
| Octal | 317 | 61 | 30 | 0 | 114 | 130 | 23 | 10 | 117 | 55 |
| Binary | 11001111 | 110001 | 11000 | 0 | 1001100 | 1011000 | 10011 | 1000 | 1001111 | 101101 |
Color Harmonies of #CF3118
Complementary color
Monochromatic Colors of #CF3118
Black with #CF3118
Text Example
Text Example
White with #CF3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3118; }
p { color: rgb(207,49,24); }
H1.HeaderClassName
{
color: #CF3118;
}
.AnyTagClassName
{
color: #CF3118;
}
</style>
background-color css
<style>
a { background-color: #CF3118; }
a { background-color: rgb(207,49,24); }
div.DivClassName
{
background-color: #CF3118;
}
.BgClassName
{
background-color: #CF3118;
}
</style>
border-color css
<style>
span { border-color: #CF3118; }
span { border-color: rgb(207,49,24); }
td.TdClassName
{
border-color: #CF3118;
}
.TagClassName
{
border-color: #CF3118;
}
</style>