Html Css Color HEX #CF2500 Harley Davidson Orange
📋 copy color: '#CF2500'red 207 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #CF2500
Tints of Harley Davidson Orange #CF2500
RGB
CMYK
RGB Variations
Color information
#CF2500 (or 0xCF2500) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 00. RGB value is (207,37,0). Sum of RGB (Red+Green+Blue) = 207+37+0=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2500 is #30DAFF. Grayscale: #535353. Windows color (decimal): -3201792 or 9679. OLE color: 9679.
HSL color Cylindrical-coordinate representation of color #CF2500: hue angle of 10.72º 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 #CF2500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.19 |
| HSL | 10.72º | 1% | 0.41% | - |
| HSV(B) | 10.72º | 1% | 0.81% | - |
| XYZ | 26.39 | 14.59 | 1.42 | - |
| YUV | 83.61 | 80.82 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 0 | 0 | 0.82 | 1 | 0.19 | 10.72 | 1 | 0.41 |
| Hex | CF | 25 | 0 | 0 | 52 | 64 | 13 | B | 64 | 29 |
| Octal | 317 | 45 | 0 | 0 | 122 | 144 | 23 | 13 | 144 | 51 |
| Binary | 11001111 | 100101 | 0 | 0 | 1010010 | 1100100 | 10011 | 1011 | 1100100 | 101001 |
Color Harmonies of #CF2500
Complementary color
Monochromatic Colors of #CF2500
Black with #CF2500
Text Example
Text Example
White with #CF2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2500; }
p { color: rgb(207,37,0); }
H1.HeaderClassName
{
color: #CF2500;
}
.AnyTagClassName
{
color: #CF2500;
}
</style>
background-color css
<style>
a { background-color: #CF2500; }
a { background-color: rgb(207,37,0); }
div.DivClassName
{
background-color: #CF2500;
}
.BgClassName
{
background-color: #CF2500;
}
</style>
border-color css
<style>
span { border-color: #CF2500; }
span { border-color: rgb(207,37,0); }
td.TdClassName
{
border-color: #CF2500;
}
.TagClassName
{
border-color: #CF2500;
}
</style>