Html Css Color HEX #CF400D Harley Davidson Orange
📋 copy color: '#CF400D'red 207 ◦ green 64 ◦ blue 13
Shades of Harley Davidson Orange #CF400D
Tints of Harley Davidson Orange #CF400D
RGB
CMYK
RGB Variations
Color information
#CF400D (or 0xCF400D) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 0D. RGB value is (207,64,13). Sum of RGB (Red+Green+Blue) = 207+64+13=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF400D is #30BFF2. Grayscale: #656565. Windows color (decimal): -3194867 or 868559. OLE color: 868559.
HSL color Cylindrical-coordinate representation of color #CF400D: hue angle of 15.77º degrees, saturation: 0.88, 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 #CF400D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.19 |
| HSL | 15.77º | 0.88% | 0.43% | - |
| HSV(B) | 15.77º | 0.94% | 0.81% | - |
| XYZ | 27.64 | 16.96 | 2.2 | - |
| YUV | 100.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 13 | 0 | 0.69 | 0.94 | 0.19 | 15.77 | 0.88 | 0.43 |
| Hex | CF | 40 | D | 0 | 45 | 5E | 13 | 10 | 58 | 2B |
| Octal | 317 | 100 | 15 | 0 | 105 | 136 | 23 | 20 | 130 | 53 |
| Binary | 11001111 | 1000000 | 1101 | 0 | 1000101 | 1011110 | 10011 | 10000 | 1011000 | 101011 |
Color Harmonies of #CF400D
Complementary color
Monochromatic Colors of #CF400D
Black with #CF400D
Text Example
Text Example
White with #CF400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF400D; }
p { color: rgb(207,64,13); }
H1.HeaderClassName
{
color: #CF400D;
}
.AnyTagClassName
{
color: #CF400D;
}
</style>
background-color css
<style>
a { background-color: #CF400D; }
a { background-color: rgb(207,64,13); }
div.DivClassName
{
background-color: #CF400D;
}
.BgClassName
{
background-color: #CF400D;
}
</style>
border-color css
<style>
span { border-color: #CF400D; }
span { border-color: rgb(207,64,13); }
td.TdClassName
{
border-color: #CF400D;
}
.TagClassName
{
border-color: #CF400D;
}
</style>