Html Css Color HEX #BE250F Harley Davidson Orange
📋 copy color: '#BE250F'red 190 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #BE250F
Tints of Harley Davidson Orange #BE250F
RGB
CMYK
RGB Variations
Color information
#BE250F (or 0xBE250F) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 0F. RGB value is (190,37,15). Sum of RGB (Red+Green+Blue) = 190+37+15=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE250F is #41DAF0. Grayscale: #505050. Windows color (decimal): -4315889 or 992702. OLE color: 992702.
HSL color Cylindrical-coordinate representation of color #BE250F: hue angle of 7.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE250F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.25 |
| HSL | 7.54º | 0.85% | 0.4% | - |
| HSV(B) | 7.54º | 0.92% | 0.75% | - |
| XYZ | 21.98 | 12.3 | 1.67 | - |
| YUV | 80.24 | 91.19 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 15 | 0 | 0.81 | 0.92 | 0.25 | 7.54 | 0.85 | 0.4 |
| Hex | BE | 25 | F | 0 | 51 | 5C | 19 | 8 | 55 | 28 |
| Octal | 276 | 45 | 17 | 0 | 121 | 134 | 31 | 10 | 125 | 50 |
| Binary | 10111110 | 100101 | 1111 | 0 | 1010001 | 1011100 | 11001 | 1000 | 1010101 | 101000 |
Color Harmonies of #BE250F
Complementary color
Monochromatic Colors of #BE250F
Black with #BE250F
Text Example
Text Example
White with #BE250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE250F; }
p { color: rgb(190,37,15); }
H1.HeaderClassName
{
color: #BE250F;
}
.AnyTagClassName
{
color: #BE250F;
}
</style>
background-color css
<style>
a { background-color: #BE250F; }
a { background-color: rgb(190,37,15); }
div.DivClassName
{
background-color: #BE250F;
}
.BgClassName
{
background-color: #BE250F;
}
</style>
border-color css
<style>
span { border-color: #BE250F; }
span { border-color: rgb(190,37,15); }
td.TdClassName
{
border-color: #BE250F;
}
.TagClassName
{
border-color: #BE250F;
}
</style>