Html Css Color HEX #CF3E0E Harley Davidson Orange
📋 copy color: '#CF3E0E'red 207 ◦ green 62 ◦ blue 14
Shades of Harley Davidson Orange #CF3E0E
Tints of Harley Davidson Orange #CF3E0E
RGB
CMYK
RGB Variations
Color information
#CF3E0E (or 0xCF3E0E) is known color: Harley Davidson Orange. HEX triplet: CF, 3E and 0E. RGB value is (207,62,14). Sum of RGB (Red+Green+Blue) = 207+62+14=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3E0E is #30C1F1. Grayscale: #646464. Windows color (decimal): -3195378 or 933583. OLE color: 933583.
HSL color Cylindrical-coordinate representation of color #CF3E0E: hue angle of 14.92º 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 #CF3E0E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.19 |
| HSL | 14.92º | 0.87% | 0.43% | - |
| HSV(B) | 14.92º | 0.93% | 0.81% | - |
| XYZ | 27.53 | 16.74 | 2.2 | - |
| YUV | 99.88 | 79.54 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 14 | 0 | 0.70 | 0.93 | 0.19 | 14.92 | 0.87 | 0.43 |
| Hex | CF | 3E | E | 0 | 46 | 5D | 13 | F | 57 | 2B |
| Octal | 317 | 76 | 16 | 0 | 106 | 135 | 23 | 17 | 127 | 53 |
| Binary | 11001111 | 111110 | 1110 | 0 | 1000110 | 1011101 | 10011 | 1111 | 1010111 | 101011 |
Color Harmonies of #CF3E0E
Complementary color
Monochromatic Colors of #CF3E0E
Black with #CF3E0E
Text Example
Text Example
White with #CF3E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E0E; }
p { color: rgb(207,62,14); }
H1.HeaderClassName
{
color: #CF3E0E;
}
.AnyTagClassName
{
color: #CF3E0E;
}
</style>
background-color css
<style>
a { background-color: #CF3E0E; }
a { background-color: rgb(207,62,14); }
div.DivClassName
{
background-color: #CF3E0E;
}
.BgClassName
{
background-color: #CF3E0E;
}
</style>
border-color css
<style>
span { border-color: #CF3E0E; }
span { border-color: rgb(207,62,14); }
td.TdClassName
{
border-color: #CF3E0E;
}
.TagClassName
{
border-color: #CF3E0E;
}
</style>