Html Css Color HEX #CF3B1A Harley Davidson Orange
📋 copy color: '#CF3B1A'red 207 ◦ green 59 ◦ blue 26
Shades of Harley Davidson Orange #CF3B1A
Tints of Harley Davidson Orange #CF3B1A
RGB
CMYK
RGB Variations
Color information
#CF3B1A (or 0xCF3B1A) is known color: Harley Davidson Orange. HEX triplet: CF, 3B and 1A. RGB value is (207,59,26). Sum of RGB (Red+Green+Blue) = 207+59+26=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B1A is #30C4E5. Grayscale: #636363. Windows color (decimal): -3196134 or 1719247. OLE color: 1719247.
HSL color Cylindrical-coordinate representation of color #CF3B1A: hue angle of 10.94º 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 #CF3B1A is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 26 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.19 |
| HSL | 10.94º | 0.78% | 0.46% | - |
| HSV(B) | 10.94º | 0.87% | 0.81% | - |
| XYZ | 27.48 | 16.47 | 2.71 | - |
| YUV | 99.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 26 | 0 | 0.71 | 0.87 | 0.19 | 10.94 | 0.78 | 0.46 |
| Hex | CF | 3B | 1A | 0 | 47 | 57 | 13 | B | 4E | 2E |
| Octal | 317 | 73 | 32 | 0 | 107 | 127 | 23 | 13 | 116 | 56 |
| Binary | 11001111 | 111011 | 11010 | 0 | 1000111 | 1010111 | 10011 | 1011 | 1001110 | 101110 |
Color Harmonies of #CF3B1A
Complementary color
Monochromatic Colors of #CF3B1A
Black with #CF3B1A
Text Example
Text Example
White with #CF3B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B1A; }
p { color: rgb(207,59,26); }
H1.HeaderClassName
{
color: #CF3B1A;
}
.AnyTagClassName
{
color: #CF3B1A;
}
</style>
background-color css
<style>
a { background-color: #CF3B1A; }
a { background-color: rgb(207,59,26); }
div.DivClassName
{
background-color: #CF3B1A;
}
.BgClassName
{
background-color: #CF3B1A;
}
</style>
border-color css
<style>
span { border-color: #CF3B1A; }
span { border-color: rgb(207,59,26); }
td.TdClassName
{
border-color: #CF3B1A;
}
.TagClassName
{
border-color: #CF3B1A;
}
</style>