Html Css Color HEX #CF441A Harley Davidson Orange
📋 copy color: '#CF441A'red 207 ◦ green 68 ◦ blue 26
Shades of Harley Davidson Orange #CF441A
Tints of Harley Davidson Orange #CF441A
RGB
CMYK
RGB Variations
Color information
#CF441A (or 0xCF441A) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 1A. RGB value is (207,68,26). Sum of RGB (Red+Green+Blue) = 207+68+26=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF441A is #30BBE5. Grayscale: #696969. Windows color (decimal): -3193830 or 1721551. OLE color: 1721551.
HSL color Cylindrical-coordinate representation of color #CF441A: hue angle of 13.92º 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 #CF441A is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 26 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.19 |
| HSL | 13.92º | 0.78% | 0.46% | - |
| HSV(B) | 13.92º | 0.87% | 0.81% | - |
| XYZ | 27.99 | 17.47 | 2.88 | - |
| YUV | 104.77 | 83.55 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 26 | 0 | 0.67 | 0.87 | 0.19 | 13.92 | 0.78 | 0.46 |
| Hex | CF | 44 | 1A | 0 | 43 | 57 | 13 | E | 4E | 2E |
| Octal | 317 | 104 | 32 | 0 | 103 | 127 | 23 | 16 | 116 | 56 |
| Binary | 11001111 | 1000100 | 11010 | 0 | 1000011 | 1010111 | 10011 | 1110 | 1001110 | 101110 |
Color Harmonies of #CF441A
Complementary color
Monochromatic Colors of #CF441A
Black with #CF441A
Text Example
Text Example
White with #CF441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF441A; }
p { color: rgb(207,68,26); }
H1.HeaderClassName
{
color: #CF441A;
}
.AnyTagClassName
{
color: #CF441A;
}
</style>
background-color css
<style>
a { background-color: #CF441A; }
a { background-color: rgb(207,68,26); }
div.DivClassName
{
background-color: #CF441A;
}
.BgClassName
{
background-color: #CF441A;
}
</style>
border-color css
<style>
span { border-color: #CF441A; }
span { border-color: rgb(207,68,26); }
td.TdClassName
{
border-color: #CF441A;
}
.TagClassName
{
border-color: #CF441A;
}
</style>