Html Css Color HEX #CF271C Harley Davidson Orange
📋 copy color: '#CF271C'red 207 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #CF271C
Tints of Harley Davidson Orange #CF271C
RGB
CMYK
RGB Variations
Color information
#CF271C (or 0xCF271C) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 1C. RGB value is (207,39,28). Sum of RGB (Red+Green+Blue) = 207+39+28=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF271C is #30D8E3. Grayscale: #585858. Windows color (decimal): -3201252 or 1845199. OLE color: 1845199.
HSL color Cylindrical-coordinate representation of color #CF271C: hue angle of 3.69º degrees, saturation: 0.76, 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 #CF271C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.19 |
| HSL | 3.69º | 0.76% | 0.46% | - |
| HSV(B) | 3.69º | 0.86% | 0.81% | - |
| XYZ | 26.67 | 14.8 | 2.55 | - |
| YUV | 87.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 28 | 0 | 0.81 | 0.86 | 0.19 | 3.69 | 0.76 | 0.46 |
| Hex | CF | 27 | 1C | 0 | 51 | 56 | 13 | 4 | 4C | 2E |
| Octal | 317 | 47 | 34 | 0 | 121 | 126 | 23 | 4 | 114 | 56 |
| Binary | 11001111 | 100111 | 11100 | 0 | 1010001 | 1010110 | 10011 | 100 | 1001100 | 101110 |
Color Harmonies of #CF271C
Complementary color
Monochromatic Colors of #CF271C
Black with #CF271C
Text Example
Text Example
White with #CF271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF271C; }
p { color: rgb(207,39,28); }
H1.HeaderClassName
{
color: #CF271C;
}
.AnyTagClassName
{
color: #CF271C;
}
</style>
background-color css
<style>
a { background-color: #CF271C; }
a { background-color: rgb(207,39,28); }
div.DivClassName
{
background-color: #CF271C;
}
.BgClassName
{
background-color: #CF271C;
}
</style>
border-color css
<style>
span { border-color: #CF271C; }
span { border-color: rgb(207,39,28); }
td.TdClassName
{
border-color: #CF271C;
}
.TagClassName
{
border-color: #CF271C;
}
</style>