Html Css Color HEX #BE2D18 Harley Davidson Orange

📋 copy color: '#BE2D18'

red 190 ◦ green 45 ◦ blue 24

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

Shades of Harley Davidson Orange #BE2D18

Tints of Harley Davidson Orange #BE2D18

RGB

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

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

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

R = 73.36%
G = 17.37%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE2D18 (or 0xBE2D18) is known color: Harley Davidson Orange. HEX triplet: BE, 2D and 18. RGB value is (190,45,24). Sum of RGB (Red+Green+Blue) = 190+45+24=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2D18 is #41D2E7. Grayscale: #565656. Windows color (decimal): -4313832 or 1584574. OLE color: 1584574.

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

Color convert

RGB 190 45 24 -
CMYK 0 0.76 0.87 0.25
HSL 7.59º 0.78% 0.42% -
HSV(B) 7.59º 0.87% 0.75% -
XYZ 22.34 12.89 2.17 -
YUV 85.96 93.04 202.21 -
System Red Green Blue C M Y K H S L
Decimal 190 45 24 0 0.76 0.87 0.25 7.59 0.78 0.42
Hex BE 2D 18 0 4C 57 19 8 4E 2A
Octal 276 55 30 0 114 127 31 10 116 52
Binary 10111110 101101 11000 0 1001100 1010111 11001 1000 1001110 101010

Color Harmonies of #BE2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D18

Black with #BE2D18

Text Example


Text Example

White with #BE2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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