Html Css Color HEX #BE250E Harley Davidson Orange

📋 copy color: '#BE250E'

red 190 ◦ green 37 ◦ blue 14

#BE250E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #BE250E

Tints of Harley Davidson Orange #BE250E

RGB

 RED value IS 190 (74.61% from 255) = 78.84%

 GREEN value IS 37 (14.84% from 255) = 15.35%

 BLUE value IS 14 (5.86% from 255) = 5.81%

R = 78.84%
G = 15.35%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE250E (or 0xBE250E) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 0E. RGB value is (190,37,14). Sum of RGB (Red+Green+Blue) = 190+37+14=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE250E is #41DAF1. Grayscale: #505050. Windows color (decimal): -4315890 or 927166. OLE color: 927166.

HSL color Cylindrical-coordinate representation of color #BE250E: hue angle of 7.84º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE250E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 37 14 -
CMYK 0 0.81 0.93 0.25
HSL 7.84º 0.86% 0.4% -
HSV(B) 7.84º 0.93% 0.75% -
XYZ 21.98 12.3 1.63 -
YUV 80.13 90.69 206.37 -
System Red Green Blue C M Y K H S L
Decimal 190 37 14 0 0.81 0.93 0.25 7.84 0.86 0.4
Hex BE 25 E 0 51 5D 19 8 56 28
Octal 276 45 16 0 121 135 31 10 126 50
Binary 10111110 100101 1110 0 1010001 1011101 11001 1000 1010110 101000

Color Harmonies of #BE250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE250E

Black with #BE250E

Text Example


Text Example

White with #BE250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE250E; }

 p { color: rgb(190,37,14); }

 H1.HeaderClassName
 {
   color: #BE250E;
 }
 .AnyTagClassName
 {
   color: #BE250E;
 }
</style>

background-color css

<style>
 a { background-color: #BE250E; }

 a { background-color: rgb(190,37,14); }

 div.DivClassName
 {
   background-color: #BE250E;
 }
 .BgClassName
 {
   background-color: #BE250E;
 }
</style>

border-color css

<style>
 span { border-color: #BE250E; }

 span { border-color: rgb(190,37,14); }

 td.TdClassName
 {
   border-color: #BE250E;
 }
 .TagClassName
 {
   border-color: #BE250E;
 }
</style>