Html Css Color HEX #CF440C Harley Davidson Orange
📋 copy color: '#CF440C'red 207 ◦ green 68 ◦ blue 12
Shades of Harley Davidson Orange #CF440C
Tints of Harley Davidson Orange #CF440C
RGB
CMYK
RGB Variations
Color information
#CF440C (or 0xCF440C) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 0C. RGB value is (207,68,12). Sum of RGB (Red+Green+Blue) = 207+68+12=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF440C is #30BBF3. Grayscale: #676767. Windows color (decimal): -3193844 or 804047. OLE color: 804047.
HSL color Cylindrical-coordinate representation of color #CF440C: hue angle of 17.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF440C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.19 |
| HSL | 17.23º | 0.89% | 0.43% | - |
| HSV(B) | 17.23º | 0.94% | 0.81% | - |
| XYZ | 27.87 | 17.43 | 2.24 | - |
| YUV | 103.18 | 76.55 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 12 | 0 | 0.67 | 0.94 | 0.19 | 17.23 | 0.89 | 0.43 |
| Hex | CF | 44 | C | 0 | 43 | 5E | 13 | 11 | 59 | 2B |
| Octal | 317 | 104 | 14 | 0 | 103 | 136 | 23 | 21 | 131 | 53 |
| Binary | 11001111 | 1000100 | 1100 | 0 | 1000011 | 1011110 | 10011 | 10001 | 1011001 | 101011 |
Color Harmonies of #CF440C
Complementary color
Monochromatic Colors of #CF440C
Black with #CF440C
Text Example
Text Example
White with #CF440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF440C; }
p { color: rgb(207,68,12); }
H1.HeaderClassName
{
color: #CF440C;
}
.AnyTagClassName
{
color: #CF440C;
}
</style>
background-color css
<style>
a { background-color: #CF440C; }
a { background-color: rgb(207,68,12); }
div.DivClassName
{
background-color: #CF440C;
}
.BgClassName
{
background-color: #CF440C;
}
</style>
border-color css
<style>
span { border-color: #CF440C; }
span { border-color: rgb(207,68,12); }
td.TdClassName
{
border-color: #CF440C;
}
.TagClassName
{
border-color: #CF440C;
}
</style>