Html Css Color HEX #CF1B1A Harley Davidson Orange
📋 copy color: '#CF1B1A'red 207 ◦ green 27 ◦ blue 26
Shades of Harley Davidson Orange #CF1B1A
Tints of Harley Davidson Orange #CF1B1A
RGB
CMYK
RGB Variations
Color information
#CF1B1A (or 0xCF1B1A) is known color: Harley Davidson Orange. HEX triplet: CF, 1B and 1A. RGB value is (207,27,26). Sum of RGB (Red+Green+Blue) = 207+27+26=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1B1A is #30E4E5. Grayscale: #505050. Windows color (decimal): -3204326 or 1711055. OLE color: 1711055.
HSL color Cylindrical-coordinate representation of color #CF1B1A: hue angle of 0.33º 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 #CF1B1A is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 26 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.19 |
| HSL | 0.33º | 0.78% | 0.46% | - |
| HSV(B) | 0.33º | 0.87% | 0.81% | - |
| XYZ | 26.31 | 14.12 | 2.32 | - |
| YUV | 80.71 | 97.13 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 26 | 0 | 0.87 | 0.87 | 0.19 | 0.33 | 0.78 | 0.46 |
| Hex | CF | 1B | 1A | 0 | 57 | 57 | 13 | 0 | 4E | 2E |
| Octal | 317 | 33 | 32 | 0 | 127 | 127 | 23 | 0 | 116 | 56 |
| Binary | 11001111 | 11011 | 11010 | 0 | 1010111 | 1010111 | 10011 | 0 | 1001110 | 101110 |
Color Harmonies of #CF1B1A
Complementary color
Monochromatic Colors of #CF1B1A
Black with #CF1B1A
Text Example
Text Example
White with #CF1B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1B1A; }
p { color: rgb(207,27,26); }
H1.HeaderClassName
{
color: #CF1B1A;
}
.AnyTagClassName
{
color: #CF1B1A;
}
</style>
background-color css
<style>
a { background-color: #CF1B1A; }
a { background-color: rgb(207,27,26); }
div.DivClassName
{
background-color: #CF1B1A;
}
.BgClassName
{
background-color: #CF1B1A;
}
</style>
border-color css
<style>
span { border-color: #CF1B1A; }
span { border-color: rgb(207,27,26); }
td.TdClassName
{
border-color: #CF1B1A;
}
.TagClassName
{
border-color: #CF1B1A;
}
</style>