Html Css Color HEX #CF271E Harley Davidson Orange
📋 copy color: '#CF271E'red 207 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #CF271E
Tints of Harley Davidson Orange #CF271E
RGB
CMYK
RGB Variations
Color information
#CF271E (or 0xCF271E) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 1E. RGB value is (207,39,30). Sum of RGB (Red+Green+Blue) = 207+39+30=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF271E is #30D8E1. Grayscale: #585858. Windows color (decimal): -3201250 or 1976271. OLE color: 1976271.
HSL color Cylindrical-coordinate representation of color #CF271E: hue angle of 3.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF271E is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 30 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.19 |
| HSL | 3.05º | 0.75% | 0.46% | - |
| HSV(B) | 3.05º | 0.86% | 0.81% | - |
| XYZ | 26.69 | 14.81 | 2.68 | - |
| YUV | 88.21 | 95.16 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 30 | 0 | 0.81 | 0.86 | 0.19 | 3.05 | 0.75 | 0.46 |
| Hex | CF | 27 | 1E | 0 | 51 | 56 | 13 | 3 | 4B | 2E |
| Octal | 317 | 47 | 36 | 0 | 121 | 126 | 23 | 3 | 113 | 56 |
| Binary | 11001111 | 100111 | 11110 | 0 | 1010001 | 1010110 | 10011 | 11 | 1001011 | 101110 |
Color Harmonies of #CF271E
Complementary color
Monochromatic Colors of #CF271E
Black with #CF271E
Text Example
Text Example
White with #CF271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF271E; }
p { color: rgb(207,39,30); }
H1.HeaderClassName
{
color: #CF271E;
}
.AnyTagClassName
{
color: #CF271E;
}
</style>
background-color css
<style>
a { background-color: #CF271E; }
a { background-color: rgb(207,39,30); }
div.DivClassName
{
background-color: #CF271E;
}
.BgClassName
{
background-color: #CF271E;
}
</style>
border-color css
<style>
span { border-color: #CF271E; }
span { border-color: rgb(207,39,30); }
td.TdClassName
{
border-color: #CF271E;
}
.TagClassName
{
border-color: #CF271E;
}
</style>