Html Css Color HEX #CF411A Harley Davidson Orange
📋 copy color: '#CF411A'red 207 ◦ green 65 ◦ blue 26
Shades of Harley Davidson Orange #CF411A
Tints of Harley Davidson Orange #CF411A
RGB
CMYK
RGB Variations
Color information
#CF411A (or 0xCF411A) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 1A. RGB value is (207,65,26). Sum of RGB (Red+Green+Blue) = 207+65+26=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF411A is #30BEE5. Grayscale: #676767. Windows color (decimal): -3194598 or 1720783. OLE color: 1720783.
HSL color Cylindrical-coordinate representation of color #CF411A: hue angle of 12.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF411A is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 26 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.19 |
| HSL | 12.93º | 0.78% | 0.46% | - |
| HSV(B) | 12.93º | 0.87% | 0.81% | - |
| XYZ | 27.81 | 17.12 | 2.82 | - |
| YUV | 103.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 26 | 0 | 0.69 | 0.87 | 0.19 | 12.93 | 0.78 | 0.46 |
| Hex | CF | 41 | 1A | 0 | 45 | 57 | 13 | D | 4E | 2E |
| Octal | 317 | 101 | 32 | 0 | 105 | 127 | 23 | 15 | 116 | 56 |
| Binary | 11001111 | 1000001 | 11010 | 0 | 1000101 | 1010111 | 10011 | 1101 | 1001110 | 101110 |
Color Harmonies of #CF411A
Complementary color
Monochromatic Colors of #CF411A
Black with #CF411A
Text Example
Text Example
White with #CF411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF411A; }
p { color: rgb(207,65,26); }
H1.HeaderClassName
{
color: #CF411A;
}
.AnyTagClassName
{
color: #CF411A;
}
</style>
background-color css
<style>
a { background-color: #CF411A; }
a { background-color: rgb(207,65,26); }
div.DivClassName
{
background-color: #CF411A;
}
.BgClassName
{
background-color: #CF411A;
}
</style>
border-color css
<style>
span { border-color: #CF411A; }
span { border-color: rgb(207,65,26); }
td.TdClassName
{
border-color: #CF411A;
}
.TagClassName
{
border-color: #CF411A;
}
</style>