Html Css Color HEX #CF410B Harley Davidson Orange
📋 copy color: '#CF410B'red 207 ◦ green 65 ◦ blue 11
Shades of Harley Davidson Orange #CF410B
Tints of Harley Davidson Orange #CF410B
RGB
CMYK
RGB Variations
Color information
#CF410B (or 0xCF410B) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 0B. RGB value is (207,65,11). Sum of RGB (Red+Green+Blue) = 207+65+11=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF410B is #30BEF4. Grayscale: #656565. Windows color (decimal): -3194613 or 737743. OLE color: 737743.
HSL color Cylindrical-coordinate representation of color #CF410B: hue angle of 16.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF410B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.19 |
| HSL | 16.53º | 0.9% | 0.43% | - |
| HSV(B) | 16.53º | 0.95% | 0.81% | - |
| XYZ | 27.68 | 17.07 | 2.15 | - |
| YUV | 101.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 11 | 0 | 0.69 | 0.95 | 0.19 | 16.53 | 0.9 | 0.43 |
| Hex | CF | 41 | B | 0 | 45 | 5F | 13 | 11 | 5A | 2B |
| Octal | 317 | 101 | 13 | 0 | 105 | 137 | 23 | 21 | 132 | 53 |
| Binary | 11001111 | 1000001 | 1011 | 0 | 1000101 | 1011111 | 10011 | 10001 | 1011010 | 101011 |
Color Harmonies of #CF410B
Complementary color
Monochromatic Colors of #CF410B
Black with #CF410B
Text Example
Text Example
White with #CF410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF410B; }
p { color: rgb(207,65,11); }
H1.HeaderClassName
{
color: #CF410B;
}
.AnyTagClassName
{
color: #CF410B;
}
</style>
background-color css
<style>
a { background-color: #CF410B; }
a { background-color: rgb(207,65,11); }
div.DivClassName
{
background-color: #CF410B;
}
.BgClassName
{
background-color: #CF410B;
}
</style>
border-color css
<style>
span { border-color: #CF410B; }
span { border-color: rgb(207,65,11); }
td.TdClassName
{
border-color: #CF410B;
}
.TagClassName
{
border-color: #CF410B;
}
</style>