Html Css Color HEX #CF2A0F Harley Davidson Orange
📋 copy color: '#CF2A0F'red 207 ◦ green 42 ◦ blue 15
Shades of Harley Davidson Orange #CF2A0F
Tints of Harley Davidson Orange #CF2A0F
RGB
CMYK
RGB Variations
Color information
#CF2A0F (or 0xCF2A0F) is known color: Harley Davidson Orange. HEX triplet: CF, 2A and 0F. RGB value is (207,42,15). Sum of RGB (Red+Green+Blue) = 207+42+15=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2A0F is #30D5F0. Grayscale: #585858. Windows color (decimal): -3200497 or 993999. OLE color: 993999.
HSL color Cylindrical-coordinate representation of color #CF2A0F: hue angle of 8.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF2A0F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 15 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.19 |
| HSL | 8.44º | 0.86% | 0.44% | - |
| HSV(B) | 8.44º | 0.93% | 0.81% | - |
| XYZ | 26.65 | 14.96 | 1.93 | - |
| YUV | 88.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 15 | 0 | 0.80 | 0.93 | 0.19 | 8.44 | 0.86 | 0.44 |
| Hex | CF | 2A | F | 0 | 50 | 5D | 13 | 8 | 56 | 2C |
| Octal | 317 | 52 | 17 | 0 | 120 | 135 | 23 | 10 | 126 | 54 |
| Binary | 11001111 | 101010 | 1111 | 0 | 1010000 | 1011101 | 10011 | 1000 | 1010110 | 101100 |
Color Harmonies of #CF2A0F
Complementary color
Monochromatic Colors of #CF2A0F
Black with #CF2A0F
Text Example
Text Example
White with #CF2A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A0F; }
p { color: rgb(207,42,15); }
H1.HeaderClassName
{
color: #CF2A0F;
}
.AnyTagClassName
{
color: #CF2A0F;
}
</style>
background-color css
<style>
a { background-color: #CF2A0F; }
a { background-color: rgb(207,42,15); }
div.DivClassName
{
background-color: #CF2A0F;
}
.BgClassName
{
background-color: #CF2A0F;
}
</style>
border-color css
<style>
span { border-color: #CF2A0F; }
span { border-color: rgb(207,42,15); }
td.TdClassName
{
border-color: #CF2A0F;
}
.TagClassName
{
border-color: #CF2A0F;
}
</style>