Html Css Color HEX #CF3808 Harley Davidson Orange
📋 copy color: '#CF3808'red 207 ◦ green 56 ◦ blue 8
Shades of Harley Davidson Orange #CF3808
Tints of Harley Davidson Orange #CF3808
RGB
CMYK
RGB Variations
Color information
#CF3808 (or 0xCF3808) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 08. RGB value is (207,56,8). Sum of RGB (Red+Green+Blue) = 207+56+8=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3808 is #30C7F7. Grayscale: #606060. Windows color (decimal): -3196920 or 538831. OLE color: 538831.
HSL color Cylindrical-coordinate representation of color #CF3808: hue angle of 14.47º 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 #CF3808 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.19 |
| HSL | 14.47º | 0.93% | 0.42% | - |
| HSV(B) | 14.47º | 0.96% | 0.81% | - |
| XYZ | 27.19 | 16.11 | 1.91 | - |
| YUV | 95.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 8 | 0 | 0.73 | 0.96 | 0.19 | 14.47 | 0.93 | 0.42 |
| Hex | CF | 38 | 8 | 0 | 49 | 60 | 13 | E | 5D | 2A |
| Octal | 317 | 70 | 10 | 0 | 111 | 140 | 23 | 16 | 135 | 52 |
| Binary | 11001111 | 111000 | 1000 | 0 | 1001001 | 1100000 | 10011 | 1110 | 1011101 | 101010 |
Color Harmonies of #CF3808
Complementary color
Monochromatic Colors of #CF3808
Black with #CF3808
Text Example
Text Example
White with #CF3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3808; }
p { color: rgb(207,56,8); }
H1.HeaderClassName
{
color: #CF3808;
}
.AnyTagClassName
{
color: #CF3808;
}
</style>
background-color css
<style>
a { background-color: #CF3808; }
a { background-color: rgb(207,56,8); }
div.DivClassName
{
background-color: #CF3808;
}
.BgClassName
{
background-color: #CF3808;
}
</style>
border-color css
<style>
span { border-color: #CF3808; }
span { border-color: rgb(207,56,8); }
td.TdClassName
{
border-color: #CF3808;
}
.TagClassName
{
border-color: #CF3808;
}
</style>