Html Css Color HEX #CF3019 Harley Davidson Orange
📋 copy color: '#CF3019'red 207 ◦ green 48 ◦ blue 25
Shades of Harley Davidson Orange #CF3019
Tints of Harley Davidson Orange #CF3019
RGB
CMYK
RGB Variations
Color information
#CF3019 (or 0xCF3019) is known color: Harley Davidson Orange. HEX triplet: CF, 30 and 19. RGB value is (207,48,25). Sum of RGB (Red+Green+Blue) = 207+48+25=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3019 is #30CFE6. Grayscale: #5D5D5D. Windows color (decimal): -3198951 or 1650895. OLE color: 1650895.
HSL color Cylindrical-coordinate representation of color #CF3019: hue angle of 7.58º 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 #CF3019 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 25 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.19 |
| HSL | 7.58º | 0.78% | 0.45% | - |
| HSV(B) | 7.58º | 0.88% | 0.81% | - |
| XYZ | 26.96 | 15.45 | 2.48 | - |
| YUV | 92.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 25 | 0 | 0.77 | 0.88 | 0.19 | 7.58 | 0.78 | 0.45 |
| Hex | CF | 30 | 19 | 0 | 4D | 58 | 13 | 8 | 4E | 2D |
| Octal | 317 | 60 | 31 | 0 | 115 | 130 | 23 | 10 | 116 | 55 |
| Binary | 11001111 | 110000 | 11001 | 0 | 1001101 | 1011000 | 10011 | 1000 | 1001110 | 101101 |
Color Harmonies of #CF3019
Complementary color
Monochromatic Colors of #CF3019
Black with #CF3019
Text Example
Text Example
White with #CF3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3019; }
p { color: rgb(207,48,25); }
H1.HeaderClassName
{
color: #CF3019;
}
.AnyTagClassName
{
color: #CF3019;
}
</style>
background-color css
<style>
a { background-color: #CF3019; }
a { background-color: rgb(207,48,25); }
div.DivClassName
{
background-color: #CF3019;
}
.BgClassName
{
background-color: #CF3019;
}
</style>
border-color css
<style>
span { border-color: #CF3019; }
span { border-color: rgb(207,48,25); }
td.TdClassName
{
border-color: #CF3019;
}
.TagClassName
{
border-color: #CF3019;
}
</style>