Html Css Color HEX #BE2913 Harley Davidson Orange

📋 copy color: '#BE2913'

red 190 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #BE2913

Tints of Harley Davidson Orange #BE2913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 76%
G = 16.4%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE2913 (or 0xBE2913) is known color: Harley Davidson Orange. HEX triplet: BE, 29 and 13. RGB value is (190,41,19). Sum of RGB (Red+Green+Blue) = 190+41+19=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2913 is #41D6EC. Grayscale: #535353. Windows color (decimal): -4314861 or 1255870. OLE color: 1255870.

HSL color Cylindrical-coordinate representation of color #BE2913: hue angle of 7.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE2913 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 19 -
CMYK 0 0.78 0.90 0.25
HSL 7.72º 0.82% 0.41% -
HSV(B) 7.72º 0.9% 0.75% -
XYZ 22.15 12.58 1.88 -
YUV 83.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 190 41 19 0 0.78 0.90 0.25 7.72 0.82 0.41
Hex BE 29 13 0 4E 5A 19 8 52 29
Octal 276 51 23 0 116 132 31 10 122 51
Binary 10111110 101001 10011 0 1001110 1011010 11001 1000 1010010 101001

Color Harmonies of #BE2913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2913

Black with #BE2913

Text Example


Text Example

White with #BE2913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2913; }

 p { color: rgb(190,41,19); }

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

background-color css

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

 a { background-color: rgb(190,41,19); }

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

border-color css

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

 span { border-color: rgb(190,41,19); }

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