Html Css Color HEX #CF3012 Harley Davidson Orange
📋 copy color: '#CF3012'red 207 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #CF3012
Tints of Harley Davidson Orange #CF3012
RGB
CMYK
RGB Variations
Color information
#CF3012 (or 0xCF3012) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 12. RGB value is (207,48,18). Sum of RGB (Red+Green+Blue) = 207+48+18=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3012 is #30CFED. Grayscale: #5C5C5C. Windows color (decimal): -3198958 or 1192143. OLE color: 1192143.
HSL color Cylindrical-coordinate representation of color #CF3012: hue angle of 9.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF3012 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 18 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.19 |
| HSL | 9.52º | 0.84% | 0.44% | - |
| HSV(B) | 9.52º | 0.91% | 0.81% | - |
| XYZ | 26.9 | 15.42 | 2.13 | - |
| YUV | 92.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 18 | 0 | 0.77 | 0.91 | 0.19 | 9.52 | 0.84 | 0.44 |
| Hex | CF | 30 | 12 | 0 | 4D | 5B | 13 | A | 54 | 2C |
| Octal | 317 | 60 | 22 | 0 | 115 | 133 | 23 | 12 | 124 | 54 |
| Binary | 11001111 | 110000 | 10010 | 0 | 1001101 | 1011011 | 10011 | 1010 | 1010100 | 101100 |
Color Harmonies of #CF3012
Complementary color
Monochromatic Colors of #CF3012
Black with #CF3012
Text Example
Text Example
White with #CF3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3012; }
p { color: rgb(207,48,18); }
H1.HeaderClassName
{
color: #CF3012;
}
.AnyTagClassName
{
color: #CF3012;
}
</style>
background-color css
<style>
a { background-color: #CF3012; }
a { background-color: rgb(207,48,18); }
div.DivClassName
{
background-color: #CF3012;
}
.BgClassName
{
background-color: #CF3012;
}
</style>
border-color css
<style>
span { border-color: #CF3012; }
span { border-color: rgb(207,48,18); }
td.TdClassName
{
border-color: #CF3012;
}
.TagClassName
{
border-color: #CF3012;
}
</style>