Html Css Color HEX #CF271F Harley Davidson Orange
📋 copy color: '#CF271F'red 207 ◦ green 39 ◦ blue 31
Shades of Harley Davidson Orange #CF271F
Tints of Harley Davidson Orange #CF271F
RGB
CMYK
RGB Variations
Color information
#CF271F (or 0xCF271F) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 1F. RGB value is (207,39,31). Sum of RGB (Red+Green+Blue) = 207+39+31=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF271F is #30D8E0. Grayscale: #585858. Windows color (decimal): -3201249 or 2041807. OLE color: 2041807.
HSL color Cylindrical-coordinate representation of color #CF271F: hue angle of 2.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF271F is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 31 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.19 |
| HSL | 2.73º | 0.74% | 0.47% | - |
| HSV(B) | 2.73º | 0.85% | 0.81% | - |
| XYZ | 26.7 | 14.82 | 2.75 | - |
| YUV | 88.32 | 95.66 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 31 | 0 | 0.81 | 0.85 | 0.19 | 2.73 | 0.74 | 0.47 |
| Hex | CF | 27 | 1F | 0 | 51 | 55 | 13 | 3 | 4A | 2F |
| Octal | 317 | 47 | 37 | 0 | 121 | 125 | 23 | 3 | 112 | 57 |
| Binary | 11001111 | 100111 | 11111 | 0 | 1010001 | 1010101 | 10011 | 11 | 1001010 | 101111 |
Color Harmonies of #CF271F
Complementary color
Monochromatic Colors of #CF271F
Black with #CF271F
Text Example
Text Example
White with #CF271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF271F; }
p { color: rgb(207,39,31); }
H1.HeaderClassName
{
color: #CF271F;
}
.AnyTagClassName
{
color: #CF271F;
}
</style>
background-color css
<style>
a { background-color: #CF271F; }
a { background-color: rgb(207,39,31); }
div.DivClassName
{
background-color: #CF271F;
}
.BgClassName
{
background-color: #CF271F;
}
</style>
border-color css
<style>
span { border-color: #CF271F; }
span { border-color: rgb(207,39,31); }
td.TdClassName
{
border-color: #CF271F;
}
.TagClassName
{
border-color: #CF271F;
}
</style>