Html Css Color HEX #BE2D11 Harley Davidson Orange

📋 copy color: '#BE2D11'

red 190 ◦ green 45 ◦ blue 17

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

Shades of Harley Davidson Orange #BE2D11

Tints of Harley Davidson Orange #BE2D11

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

 BLUE value IS 17 (7.03% from 255) = 6.75%

R = 75.4%
G = 17.86%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE2D11 (or 0xBE2D11) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 11. RGB value is (190,45,17). Sum of RGB (Red+Green+Blue) = 190+45+17=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D11 is #41D2EE. Grayscale: #555555. Windows color (decimal): -4313839 or 1125822. OLE color: 1125822.

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

Color convert

RGB 190 45 17 -
CMYK 0 0.76 0.91 0.25
HSL 9.71º 0.84% 0.41% -
HSV(B) 9.71º 0.91% 0.75% -
XYZ 22.27 12.86 1.84 -
YUV 85.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 190 45 17 0 0.76 0.91 0.25 9.71 0.84 0.41
Hex BE 2D 11 0 4C 5B 19 A 54 29
Octal 276 55 21 0 114 133 31 12 124 51
Binary 10111110 101101 10001 0 1001100 1011011 11001 1010 1010100 101001

Color Harmonies of #BE2D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D11

Black with #BE2D11

Text Example


Text Example

White with #BE2D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D11; }

 p { color: rgb(190,45,17); }

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

background-color css

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

 a { background-color: rgb(190,45,17); }

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

border-color css

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

 span { border-color: rgb(190,45,17); }

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