Html Css Color HEX #CF2308 Harley Davidson Orange
📋 copy color: '#CF2308'red 207 ◦ green 35 ◦ blue 8
Shades of Harley Davidson Orange #CF2308
Tints of Harley Davidson Orange #CF2308
RGB
CMYK
RGB Variations
Color information
#CF2308 (or 0xCF2308) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 08. RGB value is (207,35,8). Sum of RGB (Red+Green+Blue) = 207+35+8=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2308 is #30DCF7. Grayscale: #535353. Windows color (decimal): -3202296 or 533455. OLE color: 533455.
HSL color Cylindrical-coordinate representation of color #CF2308: hue angle of 8.14º degrees, saturation: 0.93, 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 #CF2308 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.19 |
| HSL | 8.14º | 0.93% | 0.42% | - |
| HSV(B) | 8.14º | 0.96% | 0.81% | - |
| XYZ | 26.38 | 14.48 | 1.64 | - |
| YUV | 83.35 | 85.48 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 8 | 0 | 0.83 | 0.96 | 0.19 | 8.14 | 0.93 | 0.42 |
| Hex | CF | 23 | 8 | 0 | 53 | 60 | 13 | 8 | 5D | 2A |
| Octal | 317 | 43 | 10 | 0 | 123 | 140 | 23 | 10 | 135 | 52 |
| Binary | 11001111 | 100011 | 1000 | 0 | 1010011 | 1100000 | 10011 | 1000 | 1011101 | 101010 |
Color Harmonies of #CF2308
Complementary color
Monochromatic Colors of #CF2308
Black with #CF2308
Text Example
Text Example
White with #CF2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2308; }
p { color: rgb(207,35,8); }
H1.HeaderClassName
{
color: #CF2308;
}
.AnyTagClassName
{
color: #CF2308;
}
</style>
background-color css
<style>
a { background-color: #CF2308; }
a { background-color: rgb(207,35,8); }
div.DivClassName
{
background-color: #CF2308;
}
.BgClassName
{
background-color: #CF2308;
}
</style>
border-color css
<style>
span { border-color: #CF2308; }
span { border-color: rgb(207,35,8); }
td.TdClassName
{
border-color: #CF2308;
}
.TagClassName
{
border-color: #CF2308;
}
</style>