Html Css Color HEX #BE1F07 Harley Davidson Orange

📋 copy color: '#BE1F07'

red 190 ◦ green 31 ◦ blue 7

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

Shades of Harley Davidson Orange #BE1F07

Tints of Harley Davidson Orange #BE1F07

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 83.33%
G = 13.6%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE1F07 (or 0xBE1F07) is known color: Harley Davidson Orange. HEX triplet: BE, 1F and 07. RGB value is (190,31,7). Sum of RGB (Red+Green+Blue) = 190+31+7=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1F07 is #41E0F8. Grayscale: #4C4C4C. Windows color (decimal): -4317433 or 466878. OLE color: 466878.

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

Color convert

RGB 190 31 7 -
CMYK 0 0.84 0.96 0.25
HSL 7.87º 0.93% 0.39% -
HSV(B) 7.87º 0.96% 0.75% -
XYZ 21.76 11.94 1.36 -
YUV 75.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 190 31 7 0 0.84 0.96 0.25 7.87 0.93 0.39
Hex BE 1F 7 0 54 60 19 8 5D 27
Octal 276 37 7 0 124 140 31 10 135 47
Binary 10111110 11111 111 0 1010100 1100000 11001 1000 1011101 100111

Color Harmonies of #BE1F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1F07

Black with #BE1F07

Text Example


Text Example

White with #BE1F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1F07; }

 p { color: rgb(190,31,7); }

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

background-color css

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

 a { background-color: rgb(190,31,7); }

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

border-color css

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

 span { border-color: rgb(190,31,7); }

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