Html Css Color HEX #CF3F0F Harley Davidson Orange
📋 copy color: '#CF3F0F'red 207 ◦ green 63 ◦ blue 15
Shades of Harley Davidson Orange #CF3F0F
Tints of Harley Davidson Orange #CF3F0F
RGB
CMYK
RGB Variations
Color information
#CF3F0F (or 0xCF3F0F) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 0F. RGB value is (207,63,15). Sum of RGB (Red+Green+Blue) = 207+63+15=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3F0F is #30C0F0. Grayscale: #646464. Windows color (decimal): -3195121 or 999375. OLE color: 999375.
HSL color Cylindrical-coordinate representation of color #CF3F0F: hue angle of 15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF3F0F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.19 |
| HSL | 15º | 0.86% | 0.44% | - |
| HSV(B) | 15º | 0.93% | 0.81% | - |
| XYZ | 27.6 | 16.85 | 2.25 | - |
| YUV | 100.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 15 | 0 | 0.70 | 0.93 | 0.19 | 15 | 0.86 | 0.44 |
| Hex | CF | 3F | F | 0 | 46 | 5D | 13 | F | 56 | 2C |
| Octal | 317 | 77 | 17 | 0 | 106 | 135 | 23 | 17 | 126 | 54 |
| Binary | 11001111 | 111111 | 1111 | 0 | 1000110 | 1011101 | 10011 | 1111 | 1010110 | 101100 |
Color Harmonies of #CF3F0F
Complementary color
Monochromatic Colors of #CF3F0F
Black with #CF3F0F
Text Example
Text Example
White with #CF3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F0F; }
p { color: rgb(207,63,15); }
H1.HeaderClassName
{
color: #CF3F0F;
}
.AnyTagClassName
{
color: #CF3F0F;
}
</style>
background-color css
<style>
a { background-color: #CF3F0F; }
a { background-color: rgb(207,63,15); }
div.DivClassName
{
background-color: #CF3F0F;
}
.BgClassName
{
background-color: #CF3F0F;
}
</style>
border-color css
<style>
span { border-color: #CF3F0F; }
span { border-color: rgb(207,63,15); }
td.TdClassName
{
border-color: #CF3F0F;
}
.TagClassName
{
border-color: #CF3F0F;
}
</style>