Html Css Color HEX #BE3A24 Harley Davidson Orange

📋 copy color: '#BE3A24'

red 190 ◦ green 58 ◦ blue 36

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

Shades of Harley Davidson Orange #BE3A24

Tints of Harley Davidson Orange #BE3A24

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 66.9%
G = 20.42%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3A24 (or 0xBE3A24) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 24. RGB value is (190,58,36). Sum of RGB (Red+Green+Blue) = 190+58+36=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A24 is #41C5DB. Grayscale: #5F5F5F. Windows color (decimal): -4310492 or 2374334. OLE color: 2374334.

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

Color convert

RGB 190 58 36 -
CMYK 0 0.69 0.81 0.25
HSL 8.57º 0.68% 0.44% -
HSV(B) 8.57º 0.81% 0.75% -
XYZ 23.07 14.1 3.18 -
YUV 94.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 190 58 36 0 0.69 0.81 0.25 8.57 0.68 0.44
Hex BE 3A 24 0 45 51 19 9 44 2C
Octal 276 72 44 0 105 121 31 11 104 54
Binary 10111110 111010 100100 0 1000101 1010001 11001 1001 1000100 101100

Color Harmonies of #BE3A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A24

Black with #BE3A24

Text Example


Text Example

White with #BE3A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A24; }

 p { color: rgb(190,58,36); }

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

background-color css

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

 a { background-color: rgb(190,58,36); }

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

border-color css

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

 span { border-color: rgb(190,58,36); }

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