Html Css Color HEX #CF3F02 Harley Davidson Orange
📋 copy color: '#CF3F02'red 207 ◦ green 63 ◦ blue 2
Shades of Harley Davidson Orange #CF3F02
Tints of Harley Davidson Orange #CF3F02
RGB
CMYK
RGB Variations
Color information
#CF3F02 (or 0xCF3F02) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 02. RGB value is (207,63,2). Sum of RGB (Red+Green+Blue) = 207+63+2=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3F02 is #30C0FD. Grayscale: #636363. Windows color (decimal): -3195134 or 147407. OLE color: 147407.
HSL color Cylindrical-coordinate representation of color #CF3F02: hue angle of 17.85º 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 #CF3F02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.19 |
| HSL | 17.85º | 0.98% | 0.41% | - |
| HSV(B) | 17.85º | 0.99% | 0.81% | - |
| XYZ | 27.52 | 16.82 | 1.85 | - |
| YUV | 99.1 | 73.21 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 2 | 0 | 0.70 | 0.99 | 0.19 | 17.85 | 0.98 | 0.41 |
| Hex | CF | 3F | 2 | 0 | 46 | 63 | 13 | 12 | 62 | 29 |
| Octal | 317 | 77 | 2 | 0 | 106 | 143 | 23 | 22 | 142 | 51 |
| Binary | 11001111 | 111111 | 10 | 0 | 1000110 | 1100011 | 10011 | 10010 | 1100010 | 101001 |
Color Harmonies of #CF3F02
Complementary color
Monochromatic Colors of #CF3F02
Black with #CF3F02
Text Example
Text Example
White with #CF3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F02; }
p { color: rgb(207,63,2); }
H1.HeaderClassName
{
color: #CF3F02;
}
.AnyTagClassName
{
color: #CF3F02;
}
</style>
background-color css
<style>
a { background-color: #CF3F02; }
a { background-color: rgb(207,63,2); }
div.DivClassName
{
background-color: #CF3F02;
}
.BgClassName
{
background-color: #CF3F02;
}
</style>
border-color css
<style>
span { border-color: #CF3F02; }
span { border-color: rgb(207,63,2); }
td.TdClassName
{
border-color: #CF3F02;
}
.TagClassName
{
border-color: #CF3F02;
}
</style>