Html Css Color HEX #CF400B Harley Davidson Orange
📋 copy color: '#CF400B'red 207 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #CF400B
Tints of Harley Davidson Orange #CF400B
RGB
CMYK
RGB Variations
Color information
#CF400B (or 0xCF400B) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 0B. RGB value is (207,64,11). Sum of RGB (Red+Green+Blue) = 207+64+11=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF400B is #30BFF4. Grayscale: #656565. Windows color (decimal): -3194869 or 737487. OLE color: 737487.
HSL color Cylindrical-coordinate representation of color #CF400B: hue angle of 16.22º 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 #CF400B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.19 |
| HSL | 16.22º | 0.9% | 0.43% | - |
| HSV(B) | 16.22º | 0.95% | 0.81% | - |
| XYZ | 27.63 | 16.96 | 2.13 | - |
| YUV | 100.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 11 | 0 | 0.69 | 0.95 | 0.19 | 16.22 | 0.9 | 0.43 |
| Hex | CF | 40 | B | 0 | 45 | 5F | 13 | 10 | 5A | 2B |
| Octal | 317 | 100 | 13 | 0 | 105 | 137 | 23 | 20 | 132 | 53 |
| Binary | 11001111 | 1000000 | 1011 | 0 | 1000101 | 1011111 | 10011 | 10000 | 1011010 | 101011 |
Color Harmonies of #CF400B
Complementary color
Monochromatic Colors of #CF400B
Black with #CF400B
Text Example
Text Example
White with #CF400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF400B; }
p { color: rgb(207,64,11); }
H1.HeaderClassName
{
color: #CF400B;
}
.AnyTagClassName
{
color: #CF400B;
}
</style>
background-color css
<style>
a { background-color: #CF400B; }
a { background-color: rgb(207,64,11); }
div.DivClassName
{
background-color: #CF400B;
}
.BgClassName
{
background-color: #CF400B;
}
</style>
border-color css
<style>
span { border-color: #CF400B; }
span { border-color: rgb(207,64,11); }
td.TdClassName
{
border-color: #CF400B;
}
.TagClassName
{
border-color: #CF400B;
}
</style>