Html Css Color HEX #CF400A Harley Davidson Orange
📋 copy color: '#CF400A'red 207 ◦ green 64 ◦ blue 10
Shades of Harley Davidson Orange #CF400A
Tints of Harley Davidson Orange #CF400A
RGB
CMYK
RGB Variations
Color information
#CF400A (or 0xCF400A) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 0A. RGB value is (207,64,10). Sum of RGB (Red+Green+Blue) = 207+64+10=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF400A is #30BFF5. Grayscale: #646464. Windows color (decimal): -3194870 or 671951. OLE color: 671951.
HSL color Cylindrical-coordinate representation of color #CF400A: hue angle of 16.45º degrees, saturation: 0.91, 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 #CF400A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 10 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.19 |
| HSL | 16.45º | 0.91% | 0.43% | - |
| HSV(B) | 16.45º | 0.95% | 0.81% | - |
| XYZ | 27.62 | 16.95 | 2.1 | - |
| YUV | 100.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 10 | 0 | 0.69 | 0.95 | 0.19 | 16.45 | 0.91 | 0.43 |
| Hex | CF | 40 | A | 0 | 45 | 5F | 13 | 10 | 5B | 2B |
| Octal | 317 | 100 | 12 | 0 | 105 | 137 | 23 | 20 | 133 | 53 |
| Binary | 11001111 | 1000000 | 1010 | 0 | 1000101 | 1011111 | 10011 | 10000 | 1011011 | 101011 |
Color Harmonies of #CF400A
Complementary color
Monochromatic Colors of #CF400A
Black with #CF400A
Text Example
Text Example
White with #CF400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF400A; }
p { color: rgb(207,64,10); }
H1.HeaderClassName
{
color: #CF400A;
}
.AnyTagClassName
{
color: #CF400A;
}
</style>
background-color css
<style>
a { background-color: #CF400A; }
a { background-color: rgb(207,64,10); }
div.DivClassName
{
background-color: #CF400A;
}
.BgClassName
{
background-color: #CF400A;
}
</style>
border-color css
<style>
span { border-color: #CF400A; }
span { border-color: rgb(207,64,10); }
td.TdClassName
{
border-color: #CF400A;
}
.TagClassName
{
border-color: #CF400A;
}
</style>