Html Css Color HEX #CF4314 Harley Davidson Orange
📋 copy color: '#CF4314'red 207 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #CF4314
Tints of Harley Davidson Orange #CF4314
RGB
CMYK
RGB Variations
Color information
#CF4314 (or 0xCF4314) is known color: Harley Davidson Orange. HEX triplet: CF, 43 and 14. RGB value is (207,67,20). Sum of RGB (Red+Green+Blue) = 207+67+20=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4314 is #30BCEB. Grayscale: #676767. Windows color (decimal): -3194092 or 1328079. OLE color: 1328079.
HSL color Cylindrical-coordinate representation of color #CF4314: hue angle of 15.08º 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 #CF4314 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.19 |
| HSL | 15.08º | 0.82% | 0.45% | - |
| HSV(B) | 15.08º | 0.9% | 0.81% | - |
| XYZ | 27.87 | 17.33 | 2.54 | - |
| YUV | 103.5 | 80.88 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 20 | 0 | 0.68 | 0.90 | 0.19 | 15.08 | 0.82 | 0.45 |
| Hex | CF | 43 | 14 | 0 | 44 | 5A | 13 | F | 52 | 2D |
| Octal | 317 | 103 | 24 | 0 | 104 | 132 | 23 | 17 | 122 | 55 |
| Binary | 11001111 | 1000011 | 10100 | 0 | 1000100 | 1011010 | 10011 | 1111 | 1010010 | 101101 |
Color Harmonies of #CF4314
Complementary color
Monochromatic Colors of #CF4314
Black with #CF4314
Text Example
Text Example
White with #CF4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4314; }
p { color: rgb(207,67,20); }
H1.HeaderClassName
{
color: #CF4314;
}
.AnyTagClassName
{
color: #CF4314;
}
</style>
background-color css
<style>
a { background-color: #CF4314; }
a { background-color: rgb(207,67,20); }
div.DivClassName
{
background-color: #CF4314;
}
.BgClassName
{
background-color: #CF4314;
}
</style>
border-color css
<style>
span { border-color: #CF4314; }
span { border-color: rgb(207,67,20); }
td.TdClassName
{
border-color: #CF4314;
}
.TagClassName
{
border-color: #CF4314;
}
</style>