Html Css Color HEX #CF440B Harley Davidson Orange
📋 copy color: '#CF440B'red 207 ◦ green 68 ◦ blue 11
Shades of Harley Davidson Orange #CF440B
Tints of Harley Davidson Orange #CF440B
RGB
CMYK
RGB Variations
Color information
#CF440B (or 0xCF440B) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 0B. RGB value is (207,68,11). Sum of RGB (Red+Green+Blue) = 207+68+11=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF440B is #30BBF4. Grayscale: #676767. Windows color (decimal): -3193845 or 738511. OLE color: 738511.
HSL color Cylindrical-coordinate representation of color #CF440B: hue angle of 17.45º 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 #CF440B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 11 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.19 |
| HSL | 17.45º | 0.9% | 0.43% | - |
| HSV(B) | 17.45º | 0.95% | 0.81% | - |
| XYZ | 27.86 | 17.42 | 2.21 | - |
| YUV | 103.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 11 | 0 | 0.67 | 0.95 | 0.19 | 17.45 | 0.9 | 0.43 |
| Hex | CF | 44 | B | 0 | 43 | 5F | 13 | 11 | 5A | 2B |
| Octal | 317 | 104 | 13 | 0 | 103 | 137 | 23 | 21 | 132 | 53 |
| Binary | 11001111 | 1000100 | 1011 | 0 | 1000011 | 1011111 | 10011 | 10001 | 1011010 | 101011 |
Color Harmonies of #CF440B
Complementary color
Monochromatic Colors of #CF440B
Black with #CF440B
Text Example
Text Example
White with #CF440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF440B; }
p { color: rgb(207,68,11); }
H1.HeaderClassName
{
color: #CF440B;
}
.AnyTagClassName
{
color: #CF440B;
}
</style>
background-color css
<style>
a { background-color: #CF440B; }
a { background-color: rgb(207,68,11); }
div.DivClassName
{
background-color: #CF440B;
}
.BgClassName
{
background-color: #CF440B;
}
</style>
border-color css
<style>
span { border-color: #CF440B; }
span { border-color: rgb(207,68,11); }
td.TdClassName
{
border-color: #CF440B;
}
.TagClassName
{
border-color: #CF440B;
}
</style>