Html Css Color HEX #CF3E04 Harley Davidson Orange
📋 copy color: '#CF3E04'red 207 ◦ green 62 ◦ blue 4
Shades of Harley Davidson Orange #CF3E04
Tints of Harley Davidson Orange #CF3E04
RGB
CMYK
RGB Variations
Color information
#CF3E04 (or 0xCF3E04) is known color: Harley Davidson Orange. HEX triplet: CF, 3E and 04. RGB value is (207,62,4). Sum of RGB (Red+Green+Blue) = 207+62+4=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3E04 is #30C1FB. Grayscale: #636363. Windows color (decimal): -3195388 or 278223. OLE color: 278223.
HSL color Cylindrical-coordinate representation of color #CF3E04: hue angle of 17.14º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF3E04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.19 |
| HSL | 17.14º | 0.96% | 0.41% | - |
| HSV(B) | 17.14º | 0.98% | 0.81% | - |
| XYZ | 27.48 | 16.72 | 1.89 | - |
| YUV | 98.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 4 | 0 | 0.70 | 0.98 | 0.19 | 17.14 | 0.96 | 0.41 |
| Hex | CF | 3E | 4 | 0 | 46 | 62 | 13 | 11 | 60 | 29 |
| Octal | 317 | 76 | 4 | 0 | 106 | 142 | 23 | 21 | 140 | 51 |
| Binary | 11001111 | 111110 | 100 | 0 | 1000110 | 1100010 | 10011 | 10001 | 1100000 | 101001 |
Color Harmonies of #CF3E04
Complementary color
Monochromatic Colors of #CF3E04
Black with #CF3E04
Text Example
Text Example
White with #CF3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E04; }
p { color: rgb(207,62,4); }
H1.HeaderClassName
{
color: #CF3E04;
}
.AnyTagClassName
{
color: #CF3E04;
}
</style>
background-color css
<style>
a { background-color: #CF3E04; }
a { background-color: rgb(207,62,4); }
div.DivClassName
{
background-color: #CF3E04;
}
.BgClassName
{
background-color: #CF3E04;
}
</style>
border-color css
<style>
span { border-color: #CF3E04; }
span { border-color: rgb(207,62,4); }
td.TdClassName
{
border-color: #CF3E04;
}
.TagClassName
{
border-color: #CF3E04;
}
</style>