Html Css Color HEX #CF3F03 Harley Davidson Orange
📋 copy color: '#CF3F03'red 207 ◦ green 63 ◦ blue 3
Shades of Harley Davidson Orange #CF3F03
Tints of Harley Davidson Orange #CF3F03
RGB
CMYK
RGB Variations
Color information
#CF3F03 (or 0xCF3F03) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 03. RGB value is (207,63,3). Sum of RGB (Red+Green+Blue) = 207+63+3=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3F03 is #30C0FC. Grayscale: #636363. Windows color (decimal): -3195133 or 212943. OLE color: 212943.
HSL color Cylindrical-coordinate representation of color #CF3F03: hue angle of 17.65º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF3F03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.19 |
| HSL | 17.65º | 0.97% | 0.41% | - |
| HSV(B) | 17.65º | 0.99% | 0.81% | - |
| XYZ | 27.53 | 16.83 | 1.88 | - |
| YUV | 99.22 | 73.71 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 3 | 0 | 0.70 | 0.99 | 0.19 | 17.65 | 0.97 | 0.41 |
| Hex | CF | 3F | 3 | 0 | 46 | 63 | 13 | 12 | 61 | 29 |
| Octal | 317 | 77 | 3 | 0 | 106 | 143 | 23 | 22 | 141 | 51 |
| Binary | 11001111 | 111111 | 11 | 0 | 1000110 | 1100011 | 10011 | 10010 | 1100001 | 101001 |
Color Harmonies of #CF3F03
Complementary color
Monochromatic Colors of #CF3F03
Black with #CF3F03
Text Example
Text Example
White with #CF3F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F03; }
p { color: rgb(207,63,3); }
H1.HeaderClassName
{
color: #CF3F03;
}
.AnyTagClassName
{
color: #CF3F03;
}
</style>
background-color css
<style>
a { background-color: #CF3F03; }
a { background-color: rgb(207,63,3); }
div.DivClassName
{
background-color: #CF3F03;
}
.BgClassName
{
background-color: #CF3F03;
}
</style>
border-color css
<style>
span { border-color: #CF3F03; }
span { border-color: rgb(207,63,3); }
td.TdClassName
{
border-color: #CF3F03;
}
.TagClassName
{
border-color: #CF3F03;
}
</style>