Html Css Color HEX #CF271D Harley Davidson Orange
📋 copy color: '#CF271D'red 207 ◦ green 39 ◦ blue 29
Shades of Harley Davidson Orange #CF271D
Tints of Harley Davidson Orange #CF271D
RGB
CMYK
RGB Variations
Color information
#CF271D (or 0xCF271D) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 1D. RGB value is (207,39,29). Sum of RGB (Red+Green+Blue) = 207+39+29=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF271D is #30D8E2. Grayscale: #585858. Windows color (decimal): -3201251 or 1910735. OLE color: 1910735.
HSL color Cylindrical-coordinate representation of color #CF271D: hue angle of 3.37º 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 #CF271D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.19 |
| HSL | 3.37º | 0.75% | 0.46% | - |
| HSV(B) | 3.37º | 0.86% | 0.81% | - |
| XYZ | 26.68 | 14.81 | 2.61 | - |
| YUV | 88.09 | 94.66 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 29 | 0 | 0.81 | 0.86 | 0.19 | 3.37 | 0.75 | 0.46 |
| Hex | CF | 27 | 1D | 0 | 51 | 56 | 13 | 3 | 4B | 2E |
| Octal | 317 | 47 | 35 | 0 | 121 | 126 | 23 | 3 | 113 | 56 |
| Binary | 11001111 | 100111 | 11101 | 0 | 1010001 | 1010110 | 10011 | 11 | 1001011 | 101110 |
Color Harmonies of #CF271D
Complementary color
Monochromatic Colors of #CF271D
Black with #CF271D
Text Example
Text Example
White with #CF271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF271D; }
p { color: rgb(207,39,29); }
H1.HeaderClassName
{
color: #CF271D;
}
.AnyTagClassName
{
color: #CF271D;
}
</style>
background-color css
<style>
a { background-color: #CF271D; }
a { background-color: rgb(207,39,29); }
div.DivClassName
{
background-color: #CF271D;
}
.BgClassName
{
background-color: #CF271D;
}
</style>
border-color css
<style>
span { border-color: #CF271D; }
span { border-color: rgb(207,39,29); }
td.TdClassName
{
border-color: #CF271D;
}
.TagClassName
{
border-color: #CF271D;
}
</style>