Html Css Color HEX #CF3304 Harley Davidson Orange
📋 copy color: '#CF3304'red 207 ◦ green 51 ◦ blue 4
Shades of Harley Davidson Orange #CF3304
Tints of Harley Davidson Orange #CF3304
RGB
CMYK
RGB Variations
Color information
#CF3304 (or 0xCF3304) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 04. RGB value is (207,51,4). Sum of RGB (Red+Green+Blue) = 207+51+4=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3304 is #30CCFB. Grayscale: #5C5C5C. Windows color (decimal): -3198204 or 275407. OLE color: 275407.
HSL color Cylindrical-coordinate representation of color #CF3304: hue angle of 13.89º 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 #CF3304 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.19 |
| HSL | 13.89º | 0.96% | 0.41% | - |
| HSV(B) | 13.89º | 0.98% | 0.81% | - |
| XYZ | 26.94 | 15.64 | 1.71 | - |
| YUV | 92.29 | 78.18 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 4 | 0 | 0.75 | 0.98 | 0.19 | 13.89 | 0.96 | 0.41 |
| Hex | CF | 33 | 4 | 0 | 4B | 62 | 13 | E | 60 | 29 |
| Octal | 317 | 63 | 4 | 0 | 113 | 142 | 23 | 16 | 140 | 51 |
| Binary | 11001111 | 110011 | 100 | 0 | 1001011 | 1100010 | 10011 | 1110 | 1100000 | 101001 |
Color Harmonies of #CF3304
Complementary color
Monochromatic Colors of #CF3304
Black with #CF3304
Text Example
Text Example
White with #CF3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3304; }
p { color: rgb(207,51,4); }
H1.HeaderClassName
{
color: #CF3304;
}
.AnyTagClassName
{
color: #CF3304;
}
</style>
background-color css
<style>
a { background-color: #CF3304; }
a { background-color: rgb(207,51,4); }
div.DivClassName
{
background-color: #CF3304;
}
.BgClassName
{
background-color: #CF3304;
}
</style>
border-color css
<style>
span { border-color: #CF3304; }
span { border-color: rgb(207,51,4); }
td.TdClassName
{
border-color: #CF3304;
}
.TagClassName
{
border-color: #CF3304;
}
</style>