Html Css Color HEX #BE2F01 Harley Davidson Orange

📋 copy color: '#BE2F01'

red 190 ◦ green 47 ◦ blue 1

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

Shades of Harley Davidson Orange #BE2F01

Tints of Harley Davidson Orange #BE2F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 79.83%
G = 19.75%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE2F01 (or 0xBE2F01) is known color: Harley Davidson Orange. HEX triplet: BE, 2F and 01. RGB value is (190,47,1). Sum of RGB (Red+Green+Blue) = 190+47+1=238 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.83% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2F01 is #41D0FE. Grayscale: #545454. Windows color (decimal): -4313343 or 77758. OLE color: 77758.

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

Color convert

RGB 190 47 1 -
CMYK 0 0.75 0.99 0.25
HSL 14.6º 0.99% 0.37% -
HSV(B) 14.6º 0.99% 0.75% -
XYZ 22.26 12.98 1.36 -
YUV 84.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 190 47 1 0 0.75 0.99 0.25 14.6 0.99 0.37
Hex BE 2F 1 0 4B 63 19 F 63 25
Octal 276 57 1 0 113 143 31 17 143 45
Binary 10111110 101111 1 0 1001011 1100011 11001 1111 1100011 100101

Color Harmonies of #BE2F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F01

Black with #BE2F01

Text Example


Text Example

White with #BE2F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F01; }

 p { color: rgb(190,47,1); }

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

background-color css

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

 a { background-color: rgb(190,47,1); }

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

border-color css

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

 span { border-color: rgb(190,47,1); }

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