Html Css Color HEX #CF2614 Harley Davidson Orange
📋 copy color: '#CF2614'red 207 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #CF2614
Tints of Harley Davidson Orange #CF2614
RGB
CMYK
RGB Variations
Color information
#CF2614 (or 0xCF2614) is known color: Harley Davidson Orange. HEX triplet: CF, 26 and 14. RGB value is (207,38,20). Sum of RGB (Red+Green+Blue) = 207+38+20=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2614 is #30D9EB. Grayscale: #565656. Windows color (decimal): -3201516 or 1320655. OLE color: 1320655.
HSL color Cylindrical-coordinate representation of color #CF2614: hue angle of 5.78º 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 #CF2614 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.19 |
| HSL | 5.78º | 0.82% | 0.45% | - |
| HSV(B) | 5.78º | 0.9% | 0.81% | - |
| XYZ | 26.55 | 14.7 | 2.1 | - |
| YUV | 86.48 | 90.49 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 20 | 0 | 0.82 | 0.90 | 0.19 | 5.78 | 0.82 | 0.45 |
| Hex | CF | 26 | 14 | 0 | 52 | 5A | 13 | 6 | 52 | 2D |
| Octal | 317 | 46 | 24 | 0 | 122 | 132 | 23 | 6 | 122 | 55 |
| Binary | 11001111 | 100110 | 10100 | 0 | 1010010 | 1011010 | 10011 | 110 | 1010010 | 101101 |
Color Harmonies of #CF2614
Complementary color
Monochromatic Colors of #CF2614
Black with #CF2614
Text Example
Text Example
White with #CF2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2614; }
p { color: rgb(207,38,20); }
H1.HeaderClassName
{
color: #CF2614;
}
.AnyTagClassName
{
color: #CF2614;
}
</style>
background-color css
<style>
a { background-color: #CF2614; }
a { background-color: rgb(207,38,20); }
div.DivClassName
{
background-color: #CF2614;
}
.BgClassName
{
background-color: #CF2614;
}
</style>
border-color css
<style>
span { border-color: #CF2614; }
span { border-color: rgb(207,38,20); }
td.TdClassName
{
border-color: #CF2614;
}
.TagClassName
{
border-color: #CF2614;
}
</style>