Html Css Color HEX #CF3F19 Harley Davidson Orange
📋 copy color: '#CF3F19'red 207 ◦ green 63 ◦ blue 25
Shades of Harley Davidson Orange #CF3F19
Tints of Harley Davidson Orange #CF3F19
RGB
CMYK
RGB Variations
Color information
#CF3F19 (or 0xCF3F19) is known color: Harley Davidson Orange. HEX triplet: CF, 3F and 19. RGB value is (207,63,25). Sum of RGB (Red+Green+Blue) = 207+63+25=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3F19 is #30C0E6. Grayscale: #666666. Windows color (decimal): -3195111 or 1654735. OLE color: 1654735.
HSL color Cylindrical-coordinate representation of color #CF3F19: hue angle of 12.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF3F19 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 25 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.19 |
| HSL | 12.53º | 0.78% | 0.45% | - |
| HSV(B) | 12.53º | 0.88% | 0.81% | - |
| XYZ | 27.69 | 16.89 | 2.72 | - |
| YUV | 101.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 25 | 0 | 0.70 | 0.88 | 0.19 | 12.53 | 0.78 | 0.45 |
| Hex | CF | 3F | 19 | 0 | 46 | 58 | 13 | D | 4E | 2D |
| Octal | 317 | 77 | 31 | 0 | 106 | 130 | 23 | 15 | 116 | 55 |
| Binary | 11001111 | 111111 | 11001 | 0 | 1000110 | 1011000 | 10011 | 1101 | 1001110 | 101101 |
Color Harmonies of #CF3F19
Complementary color
Monochromatic Colors of #CF3F19
Black with #CF3F19
Text Example
Text Example
White with #CF3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F19; }
p { color: rgb(207,63,25); }
H1.HeaderClassName
{
color: #CF3F19;
}
.AnyTagClassName
{
color: #CF3F19;
}
</style>
background-color css
<style>
a { background-color: #CF3F19; }
a { background-color: rgb(207,63,25); }
div.DivClassName
{
background-color: #CF3F19;
}
.BgClassName
{
background-color: #CF3F19;
}
</style>
border-color css
<style>
span { border-color: #CF3F19; }
span { border-color: rgb(207,63,25); }
td.TdClassName
{
border-color: #CF3F19;
}
.TagClassName
{
border-color: #CF3F19;
}
</style>