Html Css Color HEX #CF3E03 Harley Davidson Orange
📋 copy color: '#CF3E03'red 207 ◦ green 62 ◦ blue 3
Shades of Harley Davidson Orange #CF3E03
Tints of Harley Davidson Orange #CF3E03
RGB
CMYK
RGB Variations
Color information
#CF3E03 (or 0xCF3E03) is known color: Harley Davidson Orange. HEX triplet: CF, 3E and 03. RGB value is (207,62,3). Sum of RGB (Red+Green+Blue) = 207+62+3=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3E03 is #30C1FC. Grayscale: #636363. Windows color (decimal): -3195389 or 212687. OLE color: 212687.
HSL color Cylindrical-coordinate representation of color #CF3E03: hue angle of 17.35º degrees, saturation: 0.97, 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 #CF3E03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.19 |
| HSL | 17.35º | 0.97% | 0.41% | - |
| HSV(B) | 17.35º | 0.99% | 0.81% | - |
| XYZ | 27.47 | 16.72 | 1.87 | - |
| YUV | 98.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 3 | 0 | 0.70 | 0.99 | 0.19 | 17.35 | 0.97 | 0.41 |
| Hex | CF | 3E | 3 | 0 | 46 | 63 | 13 | 11 | 61 | 29 |
| Octal | 317 | 76 | 3 | 0 | 106 | 143 | 23 | 21 | 141 | 51 |
| Binary | 11001111 | 111110 | 11 | 0 | 1000110 | 1100011 | 10011 | 10001 | 1100001 | 101001 |
Color Harmonies of #CF3E03
Complementary color
Monochromatic Colors of #CF3E03
Black with #CF3E03
Text Example
Text Example
White with #CF3E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E03; }
p { color: rgb(207,62,3); }
H1.HeaderClassName
{
color: #CF3E03;
}
.AnyTagClassName
{
color: #CF3E03;
}
</style>
background-color css
<style>
a { background-color: #CF3E03; }
a { background-color: rgb(207,62,3); }
div.DivClassName
{
background-color: #CF3E03;
}
.BgClassName
{
background-color: #CF3E03;
}
</style>
border-color css
<style>
span { border-color: #CF3E03; }
span { border-color: rgb(207,62,3); }
td.TdClassName
{
border-color: #CF3E03;
}
.TagClassName
{
border-color: #CF3E03;
}
</style>