Html Css Color HEX #CF391B Harley Davidson Orange
📋 copy color: '#CF391B'red 207 ◦ green 57 ◦ blue 27
Shades of Harley Davidson Orange #CF391B
Tints of Harley Davidson Orange #CF391B
RGB
CMYK
RGB Variations
Color information
#CF391B (or 0xCF391B) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 1B. RGB value is (207,57,27). Sum of RGB (Red+Green+Blue) = 207+57+27=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF391B is #30C6E4. Grayscale: #626262. Windows color (decimal): -3196645 or 1784271. OLE color: 1784271.
HSL color Cylindrical-coordinate representation of color #CF391B: hue angle of 10º 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 #CF391B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 27 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.19 |
| HSL | 10º | 0.77% | 0.46% | - |
| HSV(B) | 10º | 0.87% | 0.81% | - |
| XYZ | 27.39 | 16.27 | 2.73 | - |
| YUV | 98.43 | 87.7 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 27 | 0 | 0.72 | 0.87 | 0.19 | 10 | 0.77 | 0.46 |
| Hex | CF | 39 | 1B | 0 | 48 | 57 | 13 | A | 4D | 2E |
| Octal | 317 | 71 | 33 | 0 | 110 | 127 | 23 | 12 | 115 | 56 |
| Binary | 11001111 | 111001 | 11011 | 0 | 1001000 | 1010111 | 10011 | 1010 | 1001101 | 101110 |
Color Harmonies of #CF391B
Complementary color
Monochromatic Colors of #CF391B
Black with #CF391B
Text Example
Text Example
White with #CF391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF391B; }
p { color: rgb(207,57,27); }
H1.HeaderClassName
{
color: #CF391B;
}
.AnyTagClassName
{
color: #CF391B;
}
</style>
background-color css
<style>
a { background-color: #CF391B; }
a { background-color: rgb(207,57,27); }
div.DivClassName
{
background-color: #CF391B;
}
.BgClassName
{
background-color: #CF391B;
}
</style>
border-color css
<style>
span { border-color: #CF391B; }
span { border-color: rgb(207,57,27); }
td.TdClassName
{
border-color: #CF391B;
}
.TagClassName
{
border-color: #CF391B;
}
</style>