Html Css Color HEX #CF3A04 Harley Davidson Orange
📋 copy color: '#CF3A04'red 207 ◦ green 58 ◦ blue 4
Shades of Harley Davidson Orange #CF3A04
Tints of Harley Davidson Orange #CF3A04
RGB
CMYK
RGB Variations
Color information
#CF3A04 (or 0xCF3A04) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 04. RGB value is (207,58,4). Sum of RGB (Red+Green+Blue) = 207+58+4=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3A04 is #30C5FB. Grayscale: #606060. Windows color (decimal): -3196412 or 277199. OLE color: 277199.
HSL color Cylindrical-coordinate representation of color #CF3A04: hue angle of 15.96º 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 #CF3A04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 4 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.19 |
| HSL | 15.96º | 0.96% | 0.41% | - |
| HSV(B) | 15.96º | 0.98% | 0.81% | - |
| XYZ | 27.27 | 16.3 | 1.82 | - |
| YUV | 96.4 | 75.86 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 4 | 0 | 0.72 | 0.98 | 0.19 | 15.96 | 0.96 | 0.41 |
| Hex | CF | 3A | 4 | 0 | 48 | 62 | 13 | 10 | 60 | 29 |
| Octal | 317 | 72 | 4 | 0 | 110 | 142 | 23 | 20 | 140 | 51 |
| Binary | 11001111 | 111010 | 100 | 0 | 1001000 | 1100010 | 10011 | 10000 | 1100000 | 101001 |
Color Harmonies of #CF3A04
Complementary color
Monochromatic Colors of #CF3A04
Black with #CF3A04
Text Example
Text Example
White with #CF3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A04; }
p { color: rgb(207,58,4); }
H1.HeaderClassName
{
color: #CF3A04;
}
.AnyTagClassName
{
color: #CF3A04;
}
</style>
background-color css
<style>
a { background-color: #CF3A04; }
a { background-color: rgb(207,58,4); }
div.DivClassName
{
background-color: #CF3A04;
}
.BgClassName
{
background-color: #CF3A04;
}
</style>
border-color css
<style>
span { border-color: #CF3A04; }
span { border-color: rgb(207,58,4); }
td.TdClassName
{
border-color: #CF3A04;
}
.TagClassName
{
border-color: #CF3A04;
}
</style>