Html Css Color HEX #CF3719 Harley Davidson Orange
📋 copy color: '#CF3719'red 207 ◦ green 55 ◦ blue 25
Shades of Harley Davidson Orange #CF3719
Tints of Harley Davidson Orange #CF3719
RGB
CMYK
RGB Variations
Color information
#CF3719 (or 0xCF3719) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 19. RGB value is (207,55,25). Sum of RGB (Red+Green+Blue) = 207+55+25=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3719 is #30C8E6. Grayscale: #616161. Windows color (decimal): -3197159 or 1652687. OLE color: 1652687.
HSL color Cylindrical-coordinate representation of color #CF3719: hue angle of 9.89º 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 #CF3719 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 25 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.19 |
| HSL | 9.89º | 0.78% | 0.45% | - |
| HSV(B) | 9.89º | 0.88% | 0.81% | - |
| XYZ | 27.27 | 16.07 | 2.58 | - |
| YUV | 97.03 | 87.36 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 25 | 0 | 0.73 | 0.88 | 0.19 | 9.89 | 0.78 | 0.45 |
| Hex | CF | 37 | 19 | 0 | 49 | 58 | 13 | A | 4E | 2D |
| Octal | 317 | 67 | 31 | 0 | 111 | 130 | 23 | 12 | 116 | 55 |
| Binary | 11001111 | 110111 | 11001 | 0 | 1001001 | 1011000 | 10011 | 1010 | 1001110 | 101101 |
Color Harmonies of #CF3719
Complementary color
Monochromatic Colors of #CF3719
Black with #CF3719
Text Example
Text Example
White with #CF3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3719; }
p { color: rgb(207,55,25); }
H1.HeaderClassName
{
color: #CF3719;
}
.AnyTagClassName
{
color: #CF3719;
}
</style>
background-color css
<style>
a { background-color: #CF3719; }
a { background-color: rgb(207,55,25); }
div.DivClassName
{
background-color: #CF3719;
}
.BgClassName
{
background-color: #CF3719;
}
</style>
border-color css
<style>
span { border-color: #CF3719; }
span { border-color: rgb(207,55,25); }
td.TdClassName
{
border-color: #CF3719;
}
.TagClassName
{
border-color: #CF3719;
}
</style>