Html Css Color HEX #CF3802 Harley Davidson Orange
📋 copy color: '#CF3802'red 207 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #CF3802
Tints of Harley Davidson Orange #CF3802
RGB
CMYK
RGB Variations
Color information
#CF3802 (or 0xCF3802) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 02. RGB value is (207,56,2). Sum of RGB (Red+Green+Blue) = 207+56+2=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3802 is #30C7FD. Grayscale: #5F5F5F. Windows color (decimal): -3196926 or 145615. OLE color: 145615.
HSL color Cylindrical-coordinate representation of color #CF3802: hue angle of 15.8º degrees, saturation: 0.98, 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 #CF3802 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.19 |
| HSL | 15.8º | 0.98% | 0.41% | - |
| HSV(B) | 15.8º | 0.99% | 0.81% | - |
| XYZ | 27.16 | 16.1 | 1.73 | - |
| YUV | 94.99 | 75.53 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 2 | 0 | 0.73 | 0.99 | 0.19 | 15.8 | 0.98 | 0.41 |
| Hex | CF | 38 | 2 | 0 | 49 | 63 | 13 | 10 | 62 | 29 |
| Octal | 317 | 70 | 2 | 0 | 111 | 143 | 23 | 20 | 142 | 51 |
| Binary | 11001111 | 111000 | 10 | 0 | 1001001 | 1100011 | 10011 | 10000 | 1100010 | 101001 |
Color Harmonies of #CF3802
Complementary color
Monochromatic Colors of #CF3802
Black with #CF3802
Text Example
Text Example
White with #CF3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3802; }
p { color: rgb(207,56,2); }
H1.HeaderClassName
{
color: #CF3802;
}
.AnyTagClassName
{
color: #CF3802;
}
</style>
background-color css
<style>
a { background-color: #CF3802; }
a { background-color: rgb(207,56,2); }
div.DivClassName
{
background-color: #CF3802;
}
.BgClassName
{
background-color: #CF3802;
}
</style>
border-color css
<style>
span { border-color: #CF3802; }
span { border-color: rgb(207,56,2); }
td.TdClassName
{
border-color: #CF3802;
}
.TagClassName
{
border-color: #CF3802;
}
</style>