Html Css Color HEX #CF2506 Harley Davidson Orange
📋 copy color: '#CF2506'red 207 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #CF2506
Tints of Harley Davidson Orange #CF2506
RGB
CMYK
RGB Variations
Color information
#CF2506 (or 0xCF2506) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 06. RGB value is (207,37,6). Sum of RGB (Red+Green+Blue) = 207+37+6=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2506 is #30DAF9. Grayscale: #545454. Windows color (decimal): -3201786 or 402895. OLE color: 402895.
HSL color Cylindrical-coordinate representation of color #CF2506: hue angle of 9.25º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF2506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.19 |
| HSL | 9.25º | 0.94% | 0.42% | - |
| HSV(B) | 9.25º | 0.97% | 0.81% | - |
| XYZ | 26.43 | 14.6 | 1.6 | - |
| YUV | 84.3 | 83.82 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 6 | 0 | 0.82 | 0.97 | 0.19 | 9.25 | 0.94 | 0.42 |
| Hex | CF | 25 | 6 | 0 | 52 | 61 | 13 | 9 | 5E | 2A |
| Octal | 317 | 45 | 6 | 0 | 122 | 141 | 23 | 11 | 136 | 52 |
| Binary | 11001111 | 100101 | 110 | 0 | 1010010 | 1100001 | 10011 | 1001 | 1011110 | 101010 |
Color Harmonies of #CF2506
Complementary color
Monochromatic Colors of #CF2506
Black with #CF2506
Text Example
Text Example
White with #CF2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2506; }
p { color: rgb(207,37,6); }
H1.HeaderClassName
{
color: #CF2506;
}
.AnyTagClassName
{
color: #CF2506;
}
</style>
background-color css
<style>
a { background-color: #CF2506; }
a { background-color: rgb(207,37,6); }
div.DivClassName
{
background-color: #CF2506;
}
.BgClassName
{
background-color: #CF2506;
}
</style>
border-color css
<style>
span { border-color: #CF2506; }
span { border-color: rgb(207,37,6); }
td.TdClassName
{
border-color: #CF2506;
}
.TagClassName
{
border-color: #CF2506;
}
</style>