Html Css Color HEX #CF1814 Harley Davidson Orange
📋 copy color: '#CF1814'red 207 ◦ green 24 ◦ blue 20
Shades of Harley Davidson Orange #CF1814
Tints of Harley Davidson Orange #CF1814
RGB
CMYK
RGB Variations
Color information
#CF1814 (or 0xCF1814) is known color: Harley Davidson Orange. HEX triplet: CF, 18 and 14. RGB value is (207,24,20). Sum of RGB (Red+Green+Blue) = 207+24+20=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1814 is #30E7EB. Grayscale: #4E4E4E. Windows color (decimal): -3205100 or 1317071. OLE color: 1317071.
HSL color Cylindrical-coordinate representation of color #CF1814: hue angle of 1.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1814 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 20 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.19 |
| HSL | 1.28º | 0.82% | 0.45% | - |
| HSV(B) | 1.28º | 0.9% | 0.81% | - |
| XYZ | 26.19 | 13.97 | 1.98 | - |
| YUV | 78.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 20 | 0 | 0.88 | 0.90 | 0.19 | 1.28 | 0.82 | 0.45 |
| Hex | CF | 18 | 14 | 0 | 58 | 5A | 13 | 1 | 52 | 2D |
| Octal | 317 | 30 | 24 | 0 | 130 | 132 | 23 | 1 | 122 | 55 |
| Binary | 11001111 | 11000 | 10100 | 0 | 1011000 | 1011010 | 10011 | 1 | 1010010 | 101101 |
Color Harmonies of #CF1814
Complementary color
Monochromatic Colors of #CF1814
Black with #CF1814
Text Example
Text Example
White with #CF1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1814; }
p { color: rgb(207,24,20); }
H1.HeaderClassName
{
color: #CF1814;
}
.AnyTagClassName
{
color: #CF1814;
}
</style>
background-color css
<style>
a { background-color: #CF1814; }
a { background-color: rgb(207,24,20); }
div.DivClassName
{
background-color: #CF1814;
}
.BgClassName
{
background-color: #CF1814;
}
</style>
border-color css
<style>
span { border-color: #CF1814; }
span { border-color: rgb(207,24,20); }
td.TdClassName
{
border-color: #CF1814;
}
.TagClassName
{
border-color: #CF1814;
}
</style>