Html Css Color HEX #CF3F13 Harley Davidson Orange
📋 copy color: '#CF3F13'red 207 ◦ green 63 ◦ blue 19
Shades of Harley Davidson Orange #CF3F13
Tints of Harley Davidson Orange #CF3F13
RGB
CMYK
RGB Variations
Color information
#CF3F13 (or 0xCF3F13) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 13. RGB value is (207,63,19). Sum of RGB (Red+Green+Blue) = 207+63+19=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3F13 is #30C0EC. Grayscale: #656565. Windows color (decimal): -3195117 or 1261519. OLE color: 1261519.
HSL color Cylindrical-coordinate representation of color #CF3F13: hue angle of 14.04º degrees, saturation: 0.83, 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 #CF3F13 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.19 |
| HSL | 14.04º | 0.83% | 0.44% | - |
| HSV(B) | 14.04º | 0.91% | 0.81% | - |
| XYZ | 27.63 | 16.87 | 2.42 | - |
| YUV | 101.04 | 81.71 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 19 | 0 | 0.70 | 0.91 | 0.19 | 14.04 | 0.83 | 0.44 |
| Hex | CF | 3F | 13 | 0 | 46 | 5B | 13 | E | 53 | 2C |
| Octal | 317 | 77 | 23 | 0 | 106 | 133 | 23 | 16 | 123 | 54 |
| Binary | 11001111 | 111111 | 10011 | 0 | 1000110 | 1011011 | 10011 | 1110 | 1010011 | 101100 |
Color Harmonies of #CF3F13
Complementary color
Monochromatic Colors of #CF3F13
Black with #CF3F13
Text Example
Text Example
White with #CF3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F13; }
p { color: rgb(207,63,19); }
H1.HeaderClassName
{
color: #CF3F13;
}
.AnyTagClassName
{
color: #CF3F13;
}
</style>
background-color css
<style>
a { background-color: #CF3F13; }
a { background-color: rgb(207,63,19); }
div.DivClassName
{
background-color: #CF3F13;
}
.BgClassName
{
background-color: #CF3F13;
}
</style>
border-color css
<style>
span { border-color: #CF3F13; }
span { border-color: rgb(207,63,19); }
td.TdClassName
{
border-color: #CF3F13;
}
.TagClassName
{
border-color: #CF3F13;
}
</style>