Html Css Color HEX #CF3D0E Harley Davidson Orange
📋 copy color: '#CF3D0E'red 207 ◦ green 61 ◦ blue 14
Shades of Harley Davidson Orange #CF3D0E
Tints of Harley Davidson Orange #CF3D0E
RGB
CMYK
RGB Variations
Color information
#CF3D0E (or 0xCF3D0E) is known color: Harley Davidson Orange. HEX triplet: CF, 3D and 0E. RGB value is (207,61,14). Sum of RGB (Red+Green+Blue) = 207+61+14=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3D0E is #30C2F1. Grayscale: #636363. Windows color (decimal): -3195634 or 933327. OLE color: 933327.
HSL color Cylindrical-coordinate representation of color #CF3D0E: hue angle of 14.61º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF3D0E is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 14 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.19 |
| HSL | 14.61º | 0.87% | 0.43% | - |
| HSV(B) | 14.61º | 0.93% | 0.81% | - |
| XYZ | 27.48 | 16.63 | 2.18 | - |
| YUV | 99.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 14 | 0 | 0.71 | 0.93 | 0.19 | 14.61 | 0.87 | 0.43 |
| Hex | CF | 3D | E | 0 | 47 | 5D | 13 | F | 57 | 2B |
| Octal | 317 | 75 | 16 | 0 | 107 | 135 | 23 | 17 | 127 | 53 |
| Binary | 11001111 | 111101 | 1110 | 0 | 1000111 | 1011101 | 10011 | 1111 | 1010111 | 101011 |
Color Harmonies of #CF3D0E
Complementary color
Monochromatic Colors of #CF3D0E
Black with #CF3D0E
Text Example
Text Example
White with #CF3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D0E; }
p { color: rgb(207,61,14); }
H1.HeaderClassName
{
color: #CF3D0E;
}
.AnyTagClassName
{
color: #CF3D0E;
}
</style>
background-color css
<style>
a { background-color: #CF3D0E; }
a { background-color: rgb(207,61,14); }
div.DivClassName
{
background-color: #CF3D0E;
}
.BgClassName
{
background-color: #CF3D0E;
}
</style>
border-color css
<style>
span { border-color: #CF3D0E; }
span { border-color: rgb(207,61,14); }
td.TdClassName
{
border-color: #CF3D0E;
}
.TagClassName
{
border-color: #CF3D0E;
}
</style>