Html Css Color HEX #CF3B0D Harley Davidson Orange
📋 copy color: '#CF3B0D'red 207 ◦ green 59 ◦ blue 13
Shades of Harley Davidson Orange #CF3B0D
Tints of Harley Davidson Orange #CF3B0D
RGB
CMYK
RGB Variations
Color information
#CF3B0D (or 0xCF3B0D) is known color: Harley Davidson Orange. HEX triplet: CF, 3B and 0D. RGB value is (207,59,13). Sum of RGB (Red+Green+Blue) = 207+59+13=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3B0D is #30C4F2. Grayscale: #626262. Windows color (decimal): -3196147 or 867279. OLE color: 867279.
HSL color Cylindrical-coordinate representation of color #CF3B0D: hue angle of 14.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF3B0D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.19 |
| HSL | 14.23º | 0.88% | 0.43% | - |
| HSV(B) | 14.23º | 0.94% | 0.81% | - |
| XYZ | 27.37 | 16.42 | 2.11 | - |
| YUV | 98.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 13 | 0 | 0.71 | 0.94 | 0.19 | 14.23 | 0.88 | 0.43 |
| Hex | CF | 3B | D | 0 | 47 | 5E | 13 | E | 58 | 2B |
| Octal | 317 | 73 | 15 | 0 | 107 | 136 | 23 | 16 | 130 | 53 |
| Binary | 11001111 | 111011 | 1101 | 0 | 1000111 | 1011110 | 10011 | 1110 | 1011000 | 101011 |
Color Harmonies of #CF3B0D
Complementary color
Monochromatic Colors of #CF3B0D
Black with #CF3B0D
Text Example
Text Example
White with #CF3B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B0D; }
p { color: rgb(207,59,13); }
H1.HeaderClassName
{
color: #CF3B0D;
}
.AnyTagClassName
{
color: #CF3B0D;
}
</style>
background-color css
<style>
a { background-color: #CF3B0D; }
a { background-color: rgb(207,59,13); }
div.DivClassName
{
background-color: #CF3B0D;
}
.BgClassName
{
background-color: #CF3B0D;
}
</style>
border-color css
<style>
span { border-color: #CF3B0D; }
span { border-color: rgb(207,59,13); }
td.TdClassName
{
border-color: #CF3B0D;
}
.TagClassName
{
border-color: #CF3B0D;
}
</style>