Html Css Color HEX #CF311B Harley Davidson Orange
📋 copy color: '#CF311B'red 207 ◦ green 49 ◦ blue 27
Shades of Harley Davidson Orange #CF311B
Tints of Harley Davidson Orange #CF311B
RGB
CMYK
RGB Variations
Color information
#CF311B (or 0xCF311B) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 1B. RGB value is (207,49,27). Sum of RGB (Red+Green+Blue) = 207+49+27=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF311B is #30CEE4. Grayscale: #5D5D5D. Windows color (decimal): -3198693 or 1782223. OLE color: 1782223.
HSL color Cylindrical-coordinate representation of color #CF311B: hue angle of 7.33º degrees, saturation: 0.77, 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 #CF311B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 27 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.19 |
| HSL | 7.33º | 0.77% | 0.46% | - |
| HSV(B) | 7.33º | 0.87% | 0.81% | - |
| XYZ | 27.03 | 15.54 | 2.61 | - |
| YUV | 93.73 | 90.35 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 27 | 0 | 0.76 | 0.87 | 0.19 | 7.33 | 0.77 | 0.46 |
| Hex | CF | 31 | 1B | 0 | 4C | 57 | 13 | 7 | 4D | 2E |
| Octal | 317 | 61 | 33 | 0 | 114 | 127 | 23 | 7 | 115 | 56 |
| Binary | 11001111 | 110001 | 11011 | 0 | 1001100 | 1010111 | 10011 | 111 | 1001101 | 101110 |
Color Harmonies of #CF311B
Complementary color
Monochromatic Colors of #CF311B
Black with #CF311B
Text Example
Text Example
White with #CF311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF311B; }
p { color: rgb(207,49,27); }
H1.HeaderClassName
{
color: #CF311B;
}
.AnyTagClassName
{
color: #CF311B;
}
</style>
background-color css
<style>
a { background-color: #CF311B; }
a { background-color: rgb(207,49,27); }
div.DivClassName
{
background-color: #CF311B;
}
.BgClassName
{
background-color: #CF311B;
}
</style>
border-color css
<style>
span { border-color: #CF311B; }
span { border-color: rgb(207,49,27); }
td.TdClassName
{
border-color: #CF311B;
}
.TagClassName
{
border-color: #CF311B;
}
</style>