Html Css Color HEX #CF2509 Harley Davidson Orange
📋 copy color: '#CF2509'red 207 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #CF2509
Tints of Harley Davidson Orange #CF2509
RGB
CMYK
RGB Variations
Color information
#CF2509 (or 0xCF2509) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 09. RGB value is (207,37,9). Sum of RGB (Red+Green+Blue) = 207+37+9=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2509 is #30DAF6. Grayscale: #545454. Windows color (decimal): -3201783 or 599503. OLE color: 599503.
HSL color Cylindrical-coordinate representation of color #CF2509: hue angle of 8.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF2509 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.19 |
| HSL | 8.48º | 0.92% | 0.42% | - |
| HSV(B) | 8.48º | 0.96% | 0.81% | - |
| XYZ | 26.44 | 14.61 | 1.68 | - |
| YUV | 84.64 | 85.32 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 9 | 0 | 0.82 | 0.96 | 0.19 | 8.48 | 0.92 | 0.42 |
| Hex | CF | 25 | 9 | 0 | 52 | 60 | 13 | 8 | 5C | 2A |
| Octal | 317 | 45 | 11 | 0 | 122 | 140 | 23 | 10 | 134 | 52 |
| Binary | 11001111 | 100101 | 1001 | 0 | 1010010 | 1100000 | 10011 | 1000 | 1011100 | 101010 |
Color Harmonies of #CF2509
Complementary color
Monochromatic Colors of #CF2509
Black with #CF2509
Text Example
Text Example
White with #CF2509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2509; }
p { color: rgb(207,37,9); }
H1.HeaderClassName
{
color: #CF2509;
}
.AnyTagClassName
{
color: #CF2509;
}
</style>
background-color css
<style>
a { background-color: #CF2509; }
a { background-color: rgb(207,37,9); }
div.DivClassName
{
background-color: #CF2509;
}
.BgClassName
{
background-color: #CF2509;
}
</style>
border-color css
<style>
span { border-color: #CF2509; }
span { border-color: rgb(207,37,9); }
td.TdClassName
{
border-color: #CF2509;
}
.TagClassName
{
border-color: #CF2509;
}
</style>