Html Css Color HEX #CF2F19 Harley Davidson Orange
📋 copy color: '#CF2F19'red 207 ◦ green 47 ◦ blue 25
Shades of Harley Davidson Orange #CF2F19
Tints of Harley Davidson Orange #CF2F19
RGB
CMYK
RGB Variations
Color information
#CF2F19 (or 0xCF2F19) is known color: Harley Davidson Orange. HEX triplet: CF, 2F and 19. RGB value is (207,47,25). Sum of RGB (Red+Green+Blue) = 207+47+25=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2F19 is #30D0E6. Grayscale: #5C5C5C. Windows color (decimal): -3199207 or 1650639. OLE color: 1650639.
HSL color Cylindrical-coordinate representation of color #CF2F19: hue angle of 7.25º 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 #CF2F19 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 25 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.19 |
| HSL | 7.25º | 0.78% | 0.45% | - |
| HSV(B) | 7.25º | 0.88% | 0.81% | - |
| XYZ | 26.92 | 15.37 | 2.47 | - |
| YUV | 92.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 25 | 0 | 0.77 | 0.88 | 0.19 | 7.25 | 0.78 | 0.45 |
| Hex | CF | 2F | 19 | 0 | 4D | 58 | 13 | 7 | 4E | 2D |
| Octal | 317 | 57 | 31 | 0 | 115 | 130 | 23 | 7 | 116 | 55 |
| Binary | 11001111 | 101111 | 11001 | 0 | 1001101 | 1011000 | 10011 | 111 | 1001110 | 101101 |
Color Harmonies of #CF2F19
Complementary color
Monochromatic Colors of #CF2F19
Black with #CF2F19
Text Example
Text Example
White with #CF2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F19; }
p { color: rgb(207,47,25); }
H1.HeaderClassName
{
color: #CF2F19;
}
.AnyTagClassName
{
color: #CF2F19;
}
</style>
background-color css
<style>
a { background-color: #CF2F19; }
a { background-color: rgb(207,47,25); }
div.DivClassName
{
background-color: #CF2F19;
}
.BgClassName
{
background-color: #CF2F19;
}
</style>
border-color css
<style>
span { border-color: #CF2F19; }
span { border-color: rgb(207,47,25); }
td.TdClassName
{
border-color: #CF2F19;
}
.TagClassName
{
border-color: #CF2F19;
}
</style>