Html Css Color HEX #BE3313 Harley Davidson Orange

📋 copy color: '#BE3313'

red 190 ◦ green 51 ◦ blue 19

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

Shades of Harley Davidson Orange #BE3313

Tints of Harley Davidson Orange #BE3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 73.08%
G = 19.62%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE3313 (or 0xBE3313) is known color: Harley Davidson Orange. HEX triplet: BE, 33 and 13. RGB value is (190,51,19). Sum of RGB (Red+Green+Blue) = 190+51+19=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3313 is #41CCEC. Grayscale: #595959. Windows color (decimal): -4312301 or 1258430. OLE color: 1258430.

HSL color Cylindrical-coordinate representation of color #BE3313: hue angle of 11.23º 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 #BE3313 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 51 19 -
CMYK 0 0.73 0.90 0.25
HSL 11.23º 0.82% 0.41% -
HSV(B) 11.23º 0.9% 0.75% -
XYZ 22.54 13.36 2.01 -
YUV 88.91 88.55 200.1 -
System Red Green Blue C M Y K H S L
Decimal 190 51 19 0 0.73 0.90 0.25 11.23 0.82 0.41
Hex BE 33 13 0 49 5A 19 B 52 29
Octal 276 63 23 0 111 132 31 13 122 51
Binary 10111110 110011 10011 0 1001001 1011010 11001 1011 1010010 101001

Color Harmonies of #BE3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3313

Black with #BE3313

Text Example


Text Example

White with #BE3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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