Html Css Color HEX #BE2509 Harley Davidson Orange

📋 copy color: '#BE2509'

red 190 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #BE2509

Tints of Harley Davidson Orange #BE2509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 80.51%
G = 15.68%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE2509 (or 0xBE2509) is known color: Harley Davidson Orange. HEX triplet: BE, 25 and 09. RGB value is (190,37,9). Sum of RGB (Red+Green+Blue) = 190+37+9=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2509 is #41DAF6. Grayscale: #4F4F4F. Windows color (decimal): -4315895 or 599486. OLE color: 599486.

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

Color convert

RGB 190 37 9 -
CMYK 0 0.81 0.95 0.25
HSL 9.28º 0.91% 0.39% -
HSV(B) 9.28º 0.95% 0.75% -
XYZ 21.95 12.29 1.47 -
YUV 79.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 190 37 9 0 0.81 0.95 0.25 9.28 0.91 0.39
Hex BE 25 9 0 51 5F 19 9 5B 27
Octal 276 45 11 0 121 137 31 11 133 47
Binary 10111110 100101 1001 0 1010001 1011111 11001 1001 1011011 100111

Color Harmonies of #BE2509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2509

Black with #BE2509

Text Example


Text Example

White with #BE2509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2509; }

 p { color: rgb(190,37,9); }

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

background-color css

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

 a { background-color: rgb(190,37,9); }

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

border-color css

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

 span { border-color: rgb(190,37,9); }

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