Html Css Color HEX #CF2601 Harley Davidson Orange
📋 copy color: '#CF2601'red 207 ◦ green 38 ◦ blue 1
Shades of Harley Davidson Orange #CF2601
Tints of Harley Davidson Orange #CF2601
RGB
CMYK
RGB Variations
Color information
#CF2601 (or 0xCF2601) is known color: Harley Davidson Orange. HEX triplet: CF, 26 and 01. RGB value is (207,38,1). Sum of RGB (Red+Green+Blue) = 207+38+1=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2601 is #30D9FE. Grayscale: #545454. Windows color (decimal): -3201535 or 75471. OLE color: 75471.
HSL color Cylindrical-coordinate representation of color #CF2601: hue angle of 10.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF2601 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.19 |
| HSL | 10.78º | 0.99% | 0.41% | - |
| HSV(B) | 10.78º | 1% | 0.81% | - |
| XYZ | 26.43 | 14.65 | 1.46 | - |
| YUV | 84.31 | 80.99 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 1 | 0 | 0.82 | 1.00 | 0.19 | 10.78 | 0.99 | 0.41 |
| Hex | CF | 26 | 1 | 0 | 52 | 64 | 13 | B | 63 | 29 |
| Octal | 317 | 46 | 1 | 0 | 122 | 144 | 23 | 13 | 143 | 51 |
| Binary | 11001111 | 100110 | 1 | 0 | 1010010 | 1100100 | 10011 | 1011 | 1100011 | 101001 |
Color Harmonies of #CF2601
Complementary color
Monochromatic Colors of #CF2601
Black with #CF2601
Text Example
Text Example
White with #CF2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2601; }
p { color: rgb(207,38,1); }
H1.HeaderClassName
{
color: #CF2601;
}
.AnyTagClassName
{
color: #CF2601;
}
</style>
background-color css
<style>
a { background-color: #CF2601; }
a { background-color: rgb(207,38,1); }
div.DivClassName
{
background-color: #CF2601;
}
.BgClassName
{
background-color: #CF2601;
}
</style>
border-color css
<style>
span { border-color: #CF2601; }
span { border-color: rgb(207,38,1); }
td.TdClassName
{
border-color: #CF2601;
}
.TagClassName
{
border-color: #CF2601;
}
</style>