Html Css Color HEX #CF2900 Harley Davidson Orange
📋 copy color: '#CF2900'red 207 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #CF2900
Tints of Harley Davidson Orange #CF2900
RGB
CMYK
RGB Variations
Color information
#CF2900 (or 0xCF2900) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 00. RGB value is (207,41,0). Sum of RGB (Red+Green+Blue) = 207+41+0=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2900 is #30D6FF. Grayscale: #565656. Windows color (decimal): -3200768 or 10703. OLE color: 10703.
HSL color Cylindrical-coordinate representation of color #CF2900: hue angle of 11.88º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF2900 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.19 |
| HSL | 11.88º | 1% | 0.41% | - |
| HSV(B) | 11.88º | 1% | 0.81% | - |
| XYZ | 26.53 | 14.85 | 1.47 | - |
| YUV | 85.96 | 79.5 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 0 | 0 | 0.80 | 1 | 0.19 | 11.88 | 1 | 0.41 |
| Hex | CF | 29 | 0 | 0 | 50 | 64 | 13 | C | 64 | 29 |
| Octal | 317 | 51 | 0 | 0 | 120 | 144 | 23 | 14 | 144 | 51 |
| Binary | 11001111 | 101001 | 0 | 0 | 1010000 | 1100100 | 10011 | 1100 | 1100100 | 101001 |
Color Harmonies of #CF2900
Complementary color
Monochromatic Colors of #CF2900
Black with #CF2900
Text Example
Text Example
White with #CF2900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2900; }
p { color: rgb(207,41,0); }
H1.HeaderClassName
{
color: #CF2900;
}
.AnyTagClassName
{
color: #CF2900;
}
</style>
background-color css
<style>
a { background-color: #CF2900; }
a { background-color: rgb(207,41,0); }
div.DivClassName
{
background-color: #CF2900;
}
.BgClassName
{
background-color: #CF2900;
}
</style>
border-color css
<style>
span { border-color: #CF2900; }
span { border-color: rgb(207,41,0); }
td.TdClassName
{
border-color: #CF2900;
}
.TagClassName
{
border-color: #CF2900;
}
</style>