Html Css Color HEX #CF2E05 Harley Davidson Orange
📋 copy color: '#CF2E05'red 207 ◦ green 46 ◦ blue 5
Shades of Harley Davidson Orange #CF2E05
Tints of Harley Davidson Orange #CF2E05
RGB
CMYK
RGB Variations
Color information
#CF2E05 (or 0xCF2E05) is known color: Harley Davidson Orange. HEX triplet: CF, 2E and 05. RGB value is (207,46,5). Sum of RGB (Red+Green+Blue) = 207+46+5=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E05 is #30D1FA. Grayscale: #595959. Windows color (decimal): -3199483 or 339663. OLE color: 339663.
HSL color Cylindrical-coordinate representation of color #CF2E05: hue angle of 12.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF2E05 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.19 |
| HSL | 12.18º | 0.95% | 0.42% | - |
| HSV(B) | 12.18º | 0.98% | 0.81% | - |
| XYZ | 26.74 | 15.23 | 1.67 | - |
| YUV | 89.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 5 | 0 | 0.78 | 0.98 | 0.19 | 12.18 | 0.95 | 0.42 |
| Hex | CF | 2E | 5 | 0 | 4E | 62 | 13 | C | 5F | 2A |
| Octal | 317 | 56 | 5 | 0 | 116 | 142 | 23 | 14 | 137 | 52 |
| Binary | 11001111 | 101110 | 101 | 0 | 1001110 | 1100010 | 10011 | 1100 | 1011111 | 101010 |
Color Harmonies of #CF2E05
Complementary color
Monochromatic Colors of #CF2E05
Black with #CF2E05
Text Example
Text Example
White with #CF2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E05; }
p { color: rgb(207,46,5); }
H1.HeaderClassName
{
color: #CF2E05;
}
.AnyTagClassName
{
color: #CF2E05;
}
</style>
background-color css
<style>
a { background-color: #CF2E05; }
a { background-color: rgb(207,46,5); }
div.DivClassName
{
background-color: #CF2E05;
}
.BgClassName
{
background-color: #CF2E05;
}
</style>
border-color css
<style>
span { border-color: #CF2E05; }
span { border-color: rgb(207,46,5); }
td.TdClassName
{
border-color: #CF2E05;
}
.TagClassName
{
border-color: #CF2E05;
}
</style>