Html Css Color HEX #CF2E02 Harley Davidson Orange
📋 copy color: '#CF2E02'red 207 ◦ green 46 ◦ blue 2
Shades of Harley Davidson Orange #CF2E02
Tints of Harley Davidson Orange #CF2E02
RGB
CMYK
RGB Variations
Color information
#CF2E02 (or 0xCF2E02) is known color: Harley Davidson Orange. HEX triplet: CF, 2E and 02. RGB value is (207,46,2). Sum of RGB (Red+Green+Blue) = 207+46+2=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E02 is #30D1FD. Grayscale: #595959. Windows color (decimal): -3199486 or 143055. OLE color: 143055.
HSL color Cylindrical-coordinate representation of color #CF2E02: hue angle of 12.88º 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 #CF2E02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.19 |
| HSL | 12.88º | 0.98% | 0.41% | - |
| HSV(B) | 12.88º | 0.99% | 0.81% | - |
| XYZ | 26.72 | 15.22 | 1.59 | - |
| YUV | 89.12 | 78.84 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 2 | 0 | 0.78 | 0.99 | 0.19 | 12.88 | 0.98 | 0.41 |
| Hex | CF | 2E | 2 | 0 | 4E | 63 | 13 | D | 62 | 29 |
| Octal | 317 | 56 | 2 | 0 | 116 | 143 | 23 | 15 | 142 | 51 |
| Binary | 11001111 | 101110 | 10 | 0 | 1001110 | 1100011 | 10011 | 1101 | 1100010 | 101001 |
Color Harmonies of #CF2E02
Complementary color
Monochromatic Colors of #CF2E02
Black with #CF2E02
Text Example
Text Example
White with #CF2E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E02; }
p { color: rgb(207,46,2); }
H1.HeaderClassName
{
color: #CF2E02;
}
.AnyTagClassName
{
color: #CF2E02;
}
</style>
background-color css
<style>
a { background-color: #CF2E02; }
a { background-color: rgb(207,46,2); }
div.DivClassName
{
background-color: #CF2E02;
}
.BgClassName
{
background-color: #CF2E02;
}
</style>
border-color css
<style>
span { border-color: #CF2E02; }
span { border-color: rgb(207,46,2); }
td.TdClassName
{
border-color: #CF2E02;
}
.TagClassName
{
border-color: #CF2E02;
}
</style>