Html Css Color HEX #CF301F Harley Davidson Orange
📋 copy color: '#CF301F'red 207 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #CF301F
Tints of Harley Davidson Orange #CF301F
RGB
CMYK
RGB Variations
Color information
#CF301F (or 0xCF301F) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 1F. RGB value is (207,48,31). Sum of RGB (Red+Green+Blue) = 207+48+31=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF301F is #30CFE0. Grayscale: #5D5D5D. Windows color (decimal): -3198945 or 2044111. OLE color: 2044111.
HSL color Cylindrical-coordinate representation of color #CF301F: hue angle of 5.8º 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 #CF301F is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 31 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.19 |
| HSL | 5.8º | 0.74% | 0.47% | - |
| HSV(B) | 5.8º | 0.85% | 0.81% | - |
| XYZ | 27.04 | 15.48 | 2.86 | - |
| YUV | 93.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 31 | 0 | 0.77 | 0.85 | 0.19 | 5.8 | 0.74 | 0.47 |
| Hex | CF | 30 | 1F | 0 | 4D | 55 | 13 | 6 | 4A | 2F |
| Octal | 317 | 60 | 37 | 0 | 115 | 125 | 23 | 6 | 112 | 57 |
| Binary | 11001111 | 110000 | 11111 | 0 | 1001101 | 1010101 | 10011 | 110 | 1001010 | 101111 |
Color Harmonies of #CF301F
Complementary color
Monochromatic Colors of #CF301F
Black with #CF301F
Text Example
Text Example
White with #CF301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF301F; }
p { color: rgb(207,48,31); }
H1.HeaderClassName
{
color: #CF301F;
}
.AnyTagClassName
{
color: #CF301F;
}
</style>
background-color css
<style>
a { background-color: #CF301F; }
a { background-color: rgb(207,48,31); }
div.DivClassName
{
background-color: #CF301F;
}
.BgClassName
{
background-color: #CF301F;
}
</style>
border-color css
<style>
span { border-color: #CF301F; }
span { border-color: rgb(207,48,31); }
td.TdClassName
{
border-color: #CF301F;
}
.TagClassName
{
border-color: #CF301F;
}
</style>