Html Css Color HEX #CF300E Harley Davidson Orange
📋 copy color: '#CF300E'red 207 ◦ green 48 ◦ blue 14
Shades of Harley Davidson Orange #CF300E
Tints of Harley Davidson Orange #CF300E
RGB
CMYK
RGB Variations
Color information
#CF300E (or 0xCF300E) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 0E. RGB value is (207,48,14). Sum of RGB (Red+Green+Blue) = 207+48+14=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF300E is #30CFF1. Grayscale: #5B5B5B. Windows color (decimal): -3198962 or 929999. OLE color: 929999.
HSL color Cylindrical-coordinate representation of color #CF300E: hue angle of 10.57º 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 #CF300E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 14 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.19 |
| HSL | 10.57º | 0.87% | 0.43% | - |
| HSV(B) | 10.57º | 0.93% | 0.81% | - |
| XYZ | 26.87 | 15.41 | 1.97 | - |
| YUV | 91.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 14 | 0 | 0.77 | 0.93 | 0.19 | 10.57 | 0.87 | 0.43 |
| Hex | CF | 30 | E | 0 | 4D | 5D | 13 | B | 57 | 2B |
| Octal | 317 | 60 | 16 | 0 | 115 | 135 | 23 | 13 | 127 | 53 |
| Binary | 11001111 | 110000 | 1110 | 0 | 1001101 | 1011101 | 10011 | 1011 | 1010111 | 101011 |
Color Harmonies of #CF300E
Complementary color
Monochromatic Colors of #CF300E
Black with #CF300E
Text Example
Text Example
White with #CF300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF300E; }
p { color: rgb(207,48,14); }
H1.HeaderClassName
{
color: #CF300E;
}
.AnyTagClassName
{
color: #CF300E;
}
</style>
background-color css
<style>
a { background-color: #CF300E; }
a { background-color: rgb(207,48,14); }
div.DivClassName
{
background-color: #CF300E;
}
.BgClassName
{
background-color: #CF300E;
}
</style>
border-color css
<style>
span { border-color: #CF300E; }
span { border-color: rgb(207,48,14); }
td.TdClassName
{
border-color: #CF300E;
}
.TagClassName
{
border-color: #CF300E;
}
</style>