Html Css Color HEX #CF2719 Harley Davidson Orange
📋 copy color: '#CF2719'red 207 ◦ green 39 ◦ blue 25
Shades of Harley Davidson Orange #CF2719
Tints of Harley Davidson Orange #CF2719
RGB
CMYK
RGB Variations
Color information
#CF2719 (or 0xCF2719) is known color: Harley Davidson Orange. HEX triplet: CF, 27 and 19. RGB value is (207,39,25). Sum of RGB (Red+Green+Blue) = 207+39+25=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2719 is #30D8E6. Grayscale: #575757. Windows color (decimal): -3201255 or 1648591. OLE color: 1648591.
HSL color Cylindrical-coordinate representation of color #CF2719: hue angle of 4.62º 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 #CF2719 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 25 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.19 |
| HSL | 4.62º | 0.78% | 0.45% | - |
| HSV(B) | 4.62º | 0.88% | 0.81% | - |
| XYZ | 26.63 | 14.79 | 2.37 | - |
| YUV | 87.64 | 92.66 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 25 | 0 | 0.81 | 0.88 | 0.19 | 4.62 | 0.78 | 0.45 |
| Hex | CF | 27 | 19 | 0 | 51 | 58 | 13 | 5 | 4E | 2D |
| Octal | 317 | 47 | 31 | 0 | 121 | 130 | 23 | 5 | 116 | 55 |
| Binary | 11001111 | 100111 | 11001 | 0 | 1010001 | 1011000 | 10011 | 101 | 1001110 | 101101 |
Color Harmonies of #CF2719
Complementary color
Monochromatic Colors of #CF2719
Black with #CF2719
Text Example
Text Example
White with #CF2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2719; }
p { color: rgb(207,39,25); }
H1.HeaderClassName
{
color: #CF2719;
}
.AnyTagClassName
{
color: #CF2719;
}
</style>
background-color css
<style>
a { background-color: #CF2719; }
a { background-color: rgb(207,39,25); }
div.DivClassName
{
background-color: #CF2719;
}
.BgClassName
{
background-color: #CF2719;
}
</style>
border-color css
<style>
span { border-color: #CF2719; }
span { border-color: rgb(207,39,25); }
td.TdClassName
{
border-color: #CF2719;
}
.TagClassName
{
border-color: #CF2719;
}
</style>