Html Css Color HEX #CF3702 Harley Davidson Orange
📋 copy color: '#CF3702'red 207 ◦ green 55 ◦ blue 2
Shades of Harley Davidson Orange #CF3702
Tints of Harley Davidson Orange #CF3702
RGB
CMYK
RGB Variations
Color information
#CF3702 (or 0xCF3702) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 02. RGB value is (207,55,2). Sum of RGB (Red+Green+Blue) = 207+55+2=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3702 is #30C8FD. Grayscale: #5E5E5E. Windows color (decimal): -3197182 or 145359. OLE color: 145359.
HSL color Cylindrical-coordinate representation of color #CF3702: hue angle of 15.51º 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 #CF3702 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.19 |
| HSL | 15.51º | 0.98% | 0.41% | - |
| HSV(B) | 15.51º | 0.99% | 0.81% | - |
| XYZ | 27.11 | 16 | 1.72 | - |
| YUV | 94.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 2 | 0 | 0.73 | 0.99 | 0.19 | 15.51 | 0.98 | 0.41 |
| Hex | CF | 37 | 2 | 0 | 49 | 63 | 13 | 10 | 62 | 29 |
| Octal | 317 | 67 | 2 | 0 | 111 | 143 | 23 | 20 | 142 | 51 |
| Binary | 11001111 | 110111 | 10 | 0 | 1001001 | 1100011 | 10011 | 10000 | 1100010 | 101001 |
Color Harmonies of #CF3702
Complementary color
Monochromatic Colors of #CF3702
Black with #CF3702
Text Example
Text Example
White with #CF3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3702; }
p { color: rgb(207,55,2); }
H1.HeaderClassName
{
color: #CF3702;
}
.AnyTagClassName
{
color: #CF3702;
}
</style>
background-color css
<style>
a { background-color: #CF3702; }
a { background-color: rgb(207,55,2); }
div.DivClassName
{
background-color: #CF3702;
}
.BgClassName
{
background-color: #CF3702;
}
</style>
border-color css
<style>
span { border-color: #CF3702; }
span { border-color: rgb(207,55,2); }
td.TdClassName
{
border-color: #CF3702;
}
.TagClassName
{
border-color: #CF3702;
}
</style>