Html Css Color HEX #BE2F18 Harley Davidson Orange

📋 copy color: '#BE2F18'

red 190 ◦ green 47 ◦ blue 24

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

Shades of Harley Davidson Orange #BE2F18

Tints of Harley Davidson Orange #BE2F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 72.8%
G = 18.01%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE2F18 (or 0xBE2F18) is known color: Harley Davidson Orange. HEX triplet: BE, 2F and 18. RGB value is (190,47,24). Sum of RGB (Red+Green+Blue) = 190+47+24=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2F18 is #41D0E7. Grayscale: #575757. Windows color (decimal): -4313320 or 1585086. OLE color: 1585086.

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

Color convert

RGB 190 47 24 -
CMYK 0 0.75 0.87 0.25
HSL 8.31º 0.78% 0.42% -
HSV(B) 8.31º 0.87% 0.75% -
XYZ 22.42 13.05 2.2 -
YUV 87.14 92.38 201.37 -
System Red Green Blue C M Y K H S L
Decimal 190 47 24 0 0.75 0.87 0.25 8.31 0.78 0.42
Hex BE 2F 18 0 4B 57 19 8 4E 2A
Octal 276 57 30 0 113 127 31 10 116 52
Binary 10111110 101111 11000 0 1001011 1010111 11001 1000 1001110 101010

Color Harmonies of #BE2F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2F18

Black with #BE2F18

Text Example


Text Example

White with #BE2F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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