Html Css Color HEX #CF2018 Harley Davidson Orange
📋 copy color: '#CF2018'red 207 ◦ green 32 ◦ blue 24
Shades of Harley Davidson Orange #CF2018
Tints of Harley Davidson Orange #CF2018
RGB
CMYK
RGB Variations
Color information
#CF2018 (or 0xCF2018) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 18. RGB value is (207,32,24). Sum of RGB (Red+Green+Blue) = 207+32+24=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2018 is #30DFE7. Grayscale: #535353. Windows color (decimal): -3203048 or 1581263. OLE color: 1581263.
HSL color Cylindrical-coordinate representation of color #CF2018: hue angle of 2.62º 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 #CF2018 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 24 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.19 |
| HSL | 2.62º | 0.79% | 0.45% | - |
| HSV(B) | 2.62º | 0.88% | 0.81% | - |
| XYZ | 26.41 | 14.36 | 2.24 | - |
| YUV | 83.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 24 | 0 | 0.85 | 0.88 | 0.19 | 2.62 | 0.79 | 0.45 |
| Hex | CF | 20 | 18 | 0 | 55 | 58 | 13 | 3 | 4F | 2D |
| Octal | 317 | 40 | 30 | 0 | 125 | 130 | 23 | 3 | 117 | 55 |
| Binary | 11001111 | 100000 | 11000 | 0 | 1010101 | 1011000 | 10011 | 11 | 1001111 | 101101 |
Color Harmonies of #CF2018
Complementary color
Monochromatic Colors of #CF2018
Black with #CF2018
Text Example
Text Example
White with #CF2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2018; }
p { color: rgb(207,32,24); }
H1.HeaderClassName
{
color: #CF2018;
}
.AnyTagClassName
{
color: #CF2018;
}
</style>
background-color css
<style>
a { background-color: #CF2018; }
a { background-color: rgb(207,32,24); }
div.DivClassName
{
background-color: #CF2018;
}
.BgClassName
{
background-color: #CF2018;
}
</style>
border-color css
<style>
span { border-color: #CF2018; }
span { border-color: rgb(207,32,24); }
td.TdClassName
{
border-color: #CF2018;
}
.TagClassName
{
border-color: #CF2018;
}
</style>