Html Css Color HEX #CF400C Harley Davidson Orange
📋 copy color: '#CF400C'red 207 ◦ green 64 ◦ blue 12
Shades of Harley Davidson Orange #CF400C
Tints of Harley Davidson Orange #CF400C
RGB
CMYK
RGB Variations
Color information
#CF400C (or 0xCF400C) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 0C. RGB value is (207,64,12). Sum of RGB (Red+Green+Blue) = 207+64+12=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF400C is #30BFF3. Grayscale: #656565. Windows color (decimal): -3194868 or 803023. OLE color: 803023.
HSL color Cylindrical-coordinate representation of color #CF400C: hue angle of 16º 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 #CF400C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.19 |
| HSL | 16º | 0.89% | 0.43% | - |
| HSV(B) | 16º | 0.94% | 0.81% | - |
| XYZ | 27.63 | 16.96 | 2.16 | - |
| YUV | 100.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 12 | 0 | 0.69 | 0.94 | 0.19 | 16 | 0.89 | 0.43 |
| Hex | CF | 40 | C | 0 | 45 | 5E | 13 | 10 | 59 | 2B |
| Octal | 317 | 100 | 14 | 0 | 105 | 136 | 23 | 20 | 131 | 53 |
| Binary | 11001111 | 1000000 | 1100 | 0 | 1000101 | 1011110 | 10011 | 10000 | 1011001 | 101011 |
Color Harmonies of #CF400C
Complementary color
Monochromatic Colors of #CF400C
Black with #CF400C
Text Example
Text Example
White with #CF400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF400C; }
p { color: rgb(207,64,12); }
H1.HeaderClassName
{
color: #CF400C;
}
.AnyTagClassName
{
color: #CF400C;
}
</style>
background-color css
<style>
a { background-color: #CF400C; }
a { background-color: rgb(207,64,12); }
div.DivClassName
{
background-color: #CF400C;
}
.BgClassName
{
background-color: #CF400C;
}
</style>
border-color css
<style>
span { border-color: #CF400C; }
span { border-color: rgb(207,64,12); }
td.TdClassName
{
border-color: #CF400C;
}
.TagClassName
{
border-color: #CF400C;
}
</style>