Html Css Color HEX #CF330E Harley Davidson Orange
📋 copy color: '#CF330E'red 207 ◦ green 51 ◦ blue 14
Shades of Harley Davidson Orange #CF330E
Tints of Harley Davidson Orange #CF330E
RGB
CMYK
RGB Variations
Color information
#CF330E (or 0xCF330E) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 0E. RGB value is (207,51,14). Sum of RGB (Red+Green+Blue) = 207+51+14=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF330E is #30CCF1. Grayscale: #5D5D5D. Windows color (decimal): -3198194 or 930767. OLE color: 930767.
HSL color Cylindrical-coordinate representation of color #CF330E: hue angle of 11.5º 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 #CF330E is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 14 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.19 |
| HSL | 11.5º | 0.87% | 0.43% | - |
| HSV(B) | 11.5º | 0.93% | 0.81% | - |
| XYZ | 27 | 15.66 | 2.02 | - |
| YUV | 93.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 14 | 0 | 0.75 | 0.93 | 0.19 | 11.5 | 0.87 | 0.43 |
| Hex | CF | 33 | E | 0 | 4B | 5D | 13 | C | 57 | 2B |
| Octal | 317 | 63 | 16 | 0 | 113 | 135 | 23 | 14 | 127 | 53 |
| Binary | 11001111 | 110011 | 1110 | 0 | 1001011 | 1011101 | 10011 | 1100 | 1010111 | 101011 |
Color Harmonies of #CF330E
Complementary color
Monochromatic Colors of #CF330E
Black with #CF330E
Text Example
Text Example
White with #CF330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF330E; }
p { color: rgb(207,51,14); }
H1.HeaderClassName
{
color: #CF330E;
}
.AnyTagClassName
{
color: #CF330E;
}
</style>
background-color css
<style>
a { background-color: #CF330E; }
a { background-color: rgb(207,51,14); }
div.DivClassName
{
background-color: #CF330E;
}
.BgClassName
{
background-color: #CF330E;
}
</style>
border-color css
<style>
span { border-color: #CF330E; }
span { border-color: rgb(207,51,14); }
td.TdClassName
{
border-color: #CF330E;
}
.TagClassName
{
border-color: #CF330E;
}
</style>