Html Css Color HEX #BE3C24 Harley Davidson Orange

📋 copy color: '#BE3C24'

red 190 ◦ green 60 ◦ blue 36

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

Shades of Harley Davidson Orange #BE3C24

Tints of Harley Davidson Orange #BE3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

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

R = 66.43%
G = 20.98%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3C24 (or 0xBE3C24) is known color: Harley Davidson Orange. HEX triplet: BE, 3C and 24. RGB value is (190,60,36). Sum of RGB (Red+Green+Blue) = 190+60+36=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C24 is #41C3DB. Grayscale: #606060. Windows color (decimal): -4309980 or 2374846. OLE color: 2374846.

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

Color convert

RGB 190 60 36 -
CMYK 0 0.68 0.81 0.25
HSL 9.35º 0.68% 0.44% -
HSV(B) 9.35º 0.81% 0.75% -
XYZ 23.17 14.31 3.21 -
YUV 96.13 94.07 194.95 -
System Red Green Blue C M Y K H S L
Decimal 190 60 36 0 0.68 0.81 0.25 9.35 0.68 0.44
Hex BE 3C 24 0 44 51 19 9 44 2C
Octal 276 74 44 0 104 121 31 11 104 54
Binary 10111110 111100 100100 0 1000100 1010001 11001 1001 1000100 101100

Color Harmonies of #BE3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C24

Black with #BE3C24

Text Example


Text Example

White with #BE3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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